From 911aca34fc3e094e3bfcdecd7e1548290678c2e1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 22 Oct 2006 10:20:16 +0000 Subject: s/str_matches/acceptable_licenses/ typo svn path=/main/trunk/; revision=4793 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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)") -- cgit v1.2.3-1-g7c22