From: Zac Medico Date: Thu, 31 May 2012 22:27:23 +0000 (-0700) Subject: InheritEclass: exempt vim for eutils X-Git-Tag: v2.2.0_alpha109~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a54ee82de8bb657017f6bc6407676930396f160f;p=portage.git InheritEclass: exempt vim for eutils --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 6dd497755..6573b95a6 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'), + 'exempt_eclasses': ('toolchain', 'toolchain-binutils', 'vim'), #'inherited_api': ('multilib', 'user',), },