summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 1b936e2c6..a7201139e 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -3953,7 +3953,7 @@ def getmaskingstatus(mycpv, settings=None, portdb=None):
def str_matches(myatom):
return myatom in acceptable_licenses
license_req = dep_check(mylicense, None, settings,
- str_matches=acceptable_licenses)[1]
+ str_matches=str_matches)[1]
if license_req:
rValue.append(" ".join(license_req) + " license(s)")