Add "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever.
authorZac Medico <zmedico@gentoo.org>
Thu, 23 Oct 2008 17:19:09 +0000 (17:19 -0000)
committerZac 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

index 7ecb235e8eb06b0c37686cacbcf1a9c1eaf82128..dd81d87162641cdceb791d07283f08850e7e588d 100644 (file)
@@ -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