From 033084fd96d2a92e4dbfd952bf8c68301e435437 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 31 May 2012 20:31:37 -0700 Subject: InheritEclass: base and cmake-utils exemptions --- pym/repoman/checks.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pym/repoman') 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 }, -- cgit v1.2.3-1-g7c22