summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-08-27 15:13:29 -0700
committerZac Medico <zmedico@gentoo.org>2012-08-27 15:13:29 -0700
commitac843c3df2210566b559dc57c5fb657e20933a58 (patch)
treede282b9f699d5917a0cd4929a2e11e1d6dc86894 /bin/repoman
parentfbf6518406ddb79a999b7d1230046ad93adc445d (diff)
downloadportage-ac843c3df2210566b559dc57c5fb657e20933a58.tar.gz
portage-ac843c3df2210566b559dc57c5fb657e20933a58.tar.bz2
portage-ac843c3df2210566b559dc57c5fb657e20933a58.zip
EAPI 5: REQUIRED_USE at-most-one-of ?? operator
See bug #354219 and the PMS patch: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=1c2dff2df2305aff88a734e3a2716de1bb69f3b6
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index b50fac82c..dd065c8d6 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -2028,7 +2028,7 @@ for x in effective_scanlist:
" not supported with EAPI='%s'" % (eapi,))
try:
portage.dep.check_required_use(required_use, (),
- pkg.iuse.is_valid_flag)
+ pkg.iuse.is_valid_flag, eapi=eapi)
except portage.exception.InvalidDependString as e:
stats["REQUIRED_USE.syntax"] = stats["REQUIRED_USE.syntax"] + 1
fails["REQUIRED_USE.syntax"].append(