summaryrefslogtreecommitdiffstats
path: root/pym/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-01 22:14:33 -0700
committerZac Medico <zmedico@gentoo.org>2012-06-01 22:14:33 -0700
commit54410a15b2c6c01121330361da9583c3902c44a8 (patch)
treec29d8259f0a1a96e8a4cda97614b69adcacccd16 /pym/repoman
parent2959902eb75c4af024909efdb13db497351362b8 (diff)
downloadportage-54410a15b2c6c01121330361da9583c3902c44a8.tar.gz
portage-54410a15b2c6c01121330361da9583c3902c44a8.tar.bz2
portage-54410a15b2c6c01121330361da9583c3902c44a8.zip
InheritEclass: kde4-base exemptions
Diffstat (limited to 'pym/repoman')
-rw-r--r--pym/repoman/checks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
index 461e216d6..ab93ac983 100644
--- a/pym/repoman/checks.py
+++ b/pym/repoman/checks.py
@@ -531,7 +531,7 @@ _eclass_info = {
'comprehensive': False,
# These are "eclasses are the whole ebuild" type thing.
- 'exempt_eclasses': ('base', 'cmake-utils', 'toolchain', 'toolchain-binutils', 'vim'),
+ 'exempt_eclasses': ('base', 'cmake-utils', 'kde4-base', 'toolchain', 'toolchain-binutils', 'vim'),
#'inherited_api': ('multilib', 'user',),
},
@@ -557,7 +557,7 @@ _eclass_info = {
),
# These are "eclasses are the whole ebuild" type thing.
- 'exempt_eclasses': ('cmake-utils',),
+ 'exempt_eclasses': ('cmake-utils', 'kde4-base'),
'comprehensive': False
},