From ac843c3df2210566b559dc57c5fb657e20933a58 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 27 Aug 2012 15:13:29 -0700 Subject: 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 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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( -- cgit v1.2.3-1-g7c22