From: Zac Medico Date: Sat, 2 Jun 2012 05:14:33 +0000 (-0700) Subject: InheritEclass: kde4-base exemptions X-Git-Tag: v2.2.0_alpha109~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=54410a15b2c6c01121330361da9583c3902c44a8;p=portage.git InheritEclass: kde4-base exemptions --- 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 },