InheritEclass: base and cmake-utils exemptions
authorZac Medico <zmedico@gentoo.org>
Fri, 1 Jun 2012 03:31:37 +0000 (20:31 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 1 Jun 2012 03:32:14 +0000 (20:32 -0700)
pym/repoman/checks.py

index 21014353ea94568e30eb31926c5f565c9c28fc61..4d3718730ace24a05a9b896b6ad06397b42934b6 100644 (file)
@@ -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
        },