projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f520d7
)
Add "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 23 Oct 2008 17:19:09 +0000
(17:19 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 23 Oct 2008 17:19:09 +0000
(17:19 -0000)
svn path=/main/trunk/; revision=11722
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index 7ecb235e8eb06b0c37686cacbcf1a9c1eaf82128..dd81d87162641cdceb791d07283f08850e7e588d 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-235,7
+235,9
@@
class InheritAutotools(LineCheck):
# Exempt eclasses:
# git - An EGIT_BOOTSTRAP variable may be used to call one of
# the autotools functions.
- _exempt_eclasses = frozenset(["git"])
+ # subversion - An ESVN_BOOTSTRAP variable may be used to call one of
+ # the autotools functions.
+ _exempt_eclasses = frozenset(["git", "subversion"])
def new(self, pkg):
self._inherit_autotools = None