From e59b6ab18f346e3bbe134f4953a8c617d94a1dbf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 1 Jan 2013 15:39:50 -0800 Subject: repoman: usex check 4-python and 4-slot-abi --- pym/repoman/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/repoman') 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) -- cgit v1.2.3-1-g7c22