projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7213586
)
repoman: usex check 4-python and 4-slot-abi
author
Zac Medico
<zmedico@gentoo.org>
Tue, 1 Jan 2013 23:39:50 +0000
(15:39 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 1 Jan 2013 23:39:50 +0000
(15:39 -0800)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index 80e0d14b9b9fa8166dd00fb5b2e65a1cfde7aae6..36c98631bd542554a4c2ab2fdc861bb1ce7ef872 100644
(file)
--- 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)