repoman: usex check 4-python and 4-slot-abi
authorZac Medico <zmedico@gentoo.org>
Tue, 1 Jan 2013 23:39:50 +0000 (15:39 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 1 Jan 2013 23:39:50 +0000 (15:39 -0800)
pym/repoman/checks.py

index 80e0d14b9b9fa8166dd00fb5b2e65a1cfde7aae6..36c98631bd542554a4c2ab2fdc861bb1ce7ef872 100644 (file)
@@ -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)