summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-02-14 07:36:12 -0800
committerZac Medico <zmedico@gentoo.org>2011-02-14 07:36:12 -0800
commit60f55ab3ee1575c2d72870c351b7b336a4900caa (patch)
treef2bdb69a0df203264cdd64f000f6839389ba30f4
parent2f2846acd57c549f14a2084fdd59628a35b15601 (diff)
downloadportage-60f55ab3ee1575c2d72870c351b7b336a4900caa.tar.gz
portage-60f55ab3ee1575c2d72870c351b7b336a4900caa.tar.bz2
portage-60f55ab3ee1575c2d72870c351b7b336a4900caa.zip
Recognize git-2.eclass as a live eclass.
-rwxr-xr-xbin/repoman1
-rw-r--r--cnf/sets/portage.conf2
-rw-r--r--pym/_emerge/EbuildExecuter.py1
3 files changed, 3 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 700b247a1..985350fcf 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -442,6 +442,7 @@ live_eclasses = frozenset([
"cvs",
"darcs",
"git",
+ "git-2",
"mercurial",
"subversion",
"tla",
diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
index 49f25f666..c5c787bb5 100644
--- a/cnf/sets/portage.conf
+++ b/cnf/sets/portage.conf
@@ -51,7 +51,7 @@ class = portage.sets.libs.PreservedLibraryConsumerSet
[live-rebuild]
class = portage.sets.dbapi.VariableSet
variable = INHERITED
-includes = bzr cvs darcs git mercurial subversion tla
+includes = bzr cvs darcs git git-2 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 d3a4dd8dd..95614de87 100644
--- a/pym/_emerge/EbuildExecuter.py
+++ b/pym/_emerge/EbuildExecuter.py
@@ -21,6 +21,7 @@ class EbuildExecuter(CompositeTask):
"cvs",
"darcs",
"git",
+ "git-2",
"mercurial",
"subversion",
"tla",