summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-06 09:00:43 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-06 09:00:43 +0000
commitc37a96a355c769037cf88be5f4638db521122310 (patch)
treecec709e4d24bef4dc5e5e056daac85611e7c1884
parentFix _spawn_misc_sh() to properly unset EBUILD_PHASE, and add a 'phase' (diff)
downloadportage-multirepo-c37a96a355c769037cf88be5f4638db521122310.tar.gz
portage-multirepo-c37a96a355c769037cf88be5f4638db521122310.tar.bz2
portage-multirepo-c37a96a355c769037cf88be5f4638db521122310.zip
Add 'tla' to the lists of live eclasses.
svn path=/main/trunk/; revision=14935
-rwxr-xr-xbin/repoman3
-rw-r--r--cnf/sets.conf2
-rw-r--r--pym/_emerge/EbuildExecuter.py3
3 files changed, 5 insertions, 3 deletions
diff --git a/bin/repoman b/bin/repoman
index f8e1fc85..592e2737 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 87242ce5..912eb706 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 055a8fa4..adb7cd6e 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):