From: Zac Medico Date: Thu, 23 Oct 2008 17:19:09 +0000 (-0000) Subject: Add "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever. X-Git-Tag: v2.2_rc13~60 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dd5b4ab092e9ed6c22bbe2f235b919747bf4a4ef;p=portage.git Add "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever. svn path=/main/trunk/; revision=11722 --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 7ecb235e8..dd81d8716 100644 --- 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