aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/flag.c')
-rw-r--r--src/flag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flag.c b/src/flag.c
index b9e7981..86c0176 100644
--- a/src/flag.c
+++ b/src/flag.c
@@ -161,7 +161,7 @@ int portageGetAllCpvUse(const char* pkg, StringList** use, StringList** use_expa
StringList* portageGetFlags(const char* pkg)
{
assert(pkg);
- PyObject *obj = executeFunction("portage.api.flag", "get_installed_use", "(z)", pkg);
+ PyObject *obj = executeFunction("portage.api.flag", "get_flags", "(z)", pkg);
if (!obj)
return NULL;