From: Zac Medico Date: Sun, 6 Dec 2009 09:00:43 +0000 (-0000) Subject: Add 'tla' to the lists of live eclasses. X-Git-Tag: v2.2_rc56~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c37a96a355c769037cf88be5f4638db521122310;p=portage.git Add 'tla' to the lists of live eclasses. svn path=/main/trunk/; revision=14935 --- diff --git a/bin/repoman b/bin/repoman index f8e1fc856..592e27372 100755 --- a/bin/repoman +++ b/bin/repoman @@ -409,7 +409,8 @@ live_eclasses = frozenset([ "darcs", "git", "mercurial", - "subversion" + "subversion", + "tla", ]) suspect_rdepend = frozenset([ diff --git a/cnf/sets.conf b/cnf/sets.conf index 87242ce59..912eb706b 100644 --- a/cnf/sets.conf +++ b/cnf/sets.conf @@ -57,7 +57,7 @@ world-candidate = False class = portage.sets.dbapi.VariableSet world-candidate = False variable = INHERITED -includes = bzr cvs darcs git mercurial subversion +includes = bzr cvs darcs git mercurial subversion tla # Installed packages that own files inside /lib/modules. [module-rebuild] diff --git a/pym/_emerge/EbuildExecuter.py b/pym/_emerge/EbuildExecuter.py index 055a8fa47..adb7cd6e9 100644 --- a/pym/_emerge/EbuildExecuter.py +++ b/pym/_emerge/EbuildExecuter.py @@ -20,7 +20,8 @@ class EbuildExecuter(CompositeTask): "darcs", "git", "mercurial", - "subversion" + "subversion", + "tla", ]) def _start(self):