From: Zac Medico Date: Tue, 1 Jan 2013 23:39:50 +0000 (-0800) Subject: repoman: usex check 4-python and 4-slot-abi X-Git-Tag: v2.2.0_alpha150~62 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e59b6ab18f346e3bbe134f4953a8c617d94a1dbf;p=portage.git repoman: usex check 4-python and 4-slot-abi --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 80e0d14b9..36c98631b 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -506,7 +506,7 @@ class InheritEclass(LineCheck): yield 'no function called from %s.eclass; please drop' % self._eclass _eclass_eapi_functions = { - "usex" : lambda eapi: eapi not in ("0", "1", "2", "3", "4") + "usex" : lambda eapi: eapi not in ("0", "1", "2", "3", "4", "4-python", "4-slot-abi") } # eclasses that export ${ECLASS}_src_(compile|configure|install)