projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3873a
)
InheritEclass: exempt vim for eutils
author
Zac Medico
<zmedico@gentoo.org>
Thu, 31 May 2012 22:27:23 +0000
(15:27 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 31 May 2012 22:27:23 +0000
(15:27 -0700)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index 6dd497755041ab31c35993cb84a6de5a5b4d2ae0..6573b95a63a1d7a0d5a567e15a6c40cba33b3ca9 100644
(file)
--- 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',),
},