From: Zac Medico Date: Fri, 1 Jun 2012 03:31:37 +0000 (-0700) Subject: InheritEclass: base and cmake-utils exemptions X-Git-Tag: v2.2.0_alpha109~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=033084fd96d2a92e4dbfd952bf8c68301e435437;p=portage.git InheritEclass: base and cmake-utils exemptions --- 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 },