summaryrefslogtreecommitdiffstats
path: root/pym/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-05-31 20:31:37 -0700
committerZac Medico <zmedico@gentoo.org>2012-05-31 20:32:14 -0700
commit033084fd96d2a92e4dbfd952bf8c68301e435437 (patch)
treedcd8f87fa388f7bddf6f657fd2269ca0d37d97cf /pym/repoman
parentd9f8332397f77c7efdbd53082672c641bc19a0fc (diff)
downloadportage-033084fd96d2a92e4dbfd952bf8c68301e435437.tar.gz
portage-033084fd96d2a92e4dbfd952bf8c68301e435437.tar.bz2
portage-033084fd96d2a92e4dbfd952bf8c68301e435437.zip
InheritEclass: base and cmake-utils exemptions
Diffstat (limited to 'pym/repoman')
-rw-r--r--pym/repoman/checks.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
index 21014353e..4d3718730 100644
--- a/pym/repoman/checks.py
+++ b/pym/repoman/checks.py
@@ -529,7 +529,7 @@ _eclass_info = {
'comprehensive': False,
# These are "eclasses are the whole ebuild" type thing.
- 'exempt_eclasses': ('toolchain', 'toolchain-binutils', 'vim'),
+ 'exempt_eclasses': ('base', 'cmake-utils', 'toolchain', 'toolchain-binutils', 'vim'),
#'inherited_api': ('multilib', 'user',),
},
@@ -553,6 +553,10 @@ _eclass_info = {
'funcs': (
'get_libdir',
),
+
+ # These are "eclasses are the whole ebuild" type thing.
+ 'exempt_eclasses': ('cmake-utils',),
+
'comprehensive': False
},