summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-01-01 15:39:50 -0800
committerZac Medico <zmedico@gentoo.org>2013-01-01 15:39:50 -0800
commite59b6ab18f346e3bbe134f4953a8c617d94a1dbf (patch)
tree10dc4e6347da5a506c9d1a483f7ed5b57d652caf
parent7213586e1bdfbab66ddb21284eddbd9b51c28cb1 (diff)
downloadportage-e59b6ab18f346e3bbe134f4953a8c617d94a1dbf.tar.gz
portage-e59b6ab18f346e3bbe134f4953a8c617d94a1dbf.tar.bz2
portage-e59b6ab18f346e3bbe134f4953a8c617d94a1dbf.zip
repoman: usex check 4-python and 4-slot-abi
-rw-r--r--pym/repoman/checks.py2
1 files changed, 1 insertions, 1 deletions
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)