From dd5b4ab092e9ed6c22bbe2f235b919747bf4a4ef Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 23 Oct 2008 17:19:09 +0000 Subject: Add "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever. svn path=/main/trunk/; revision=11722 --- pym/repoman/checks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22