aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/flag.c')
-rw-r--r--src/flag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flag.c b/src/flag.c
index dc50afb..b9e7981 100644
--- a/src/flag.c
+++ b/src/flag.c
@@ -122,8 +122,8 @@ int portageGetAllCpvUse(const char* pkg, StringList** use, StringList** use_expa
assert(use_expand_hidden);
assert(usemasked);
assert(useforced);
-
- PyObject *obj = executeFunction("portage.api.flag", "get_installed_use", "(z)", pkg);
+
+ PyObject *obj = executeFunction("portage.api.flag", "get_all_cpv_use", "(z)", pkg);
if (!obj || !PySequence_Check(obj))
{
*use = stringListCreate(0);