portage.const: add git-r3 to the list of live eclasses
authorSebastian Luther <SebastianLuther@gmx.de>
Fri, 29 Nov 2013 20:33:32 +0000 (21:33 +0100)
committerMike Frysinger <vapier@gentoo.org>
Sat, 30 Nov 2013 05:23:06 +0000 (00:23 -0500)
URL: https://bugs.gentoo.org/489662

cnf/sets/portage.conf
pym/portage/const.py

index c5c787bb5ed6bb4b123546dc71212df00b0ebcfb..b73afb19fa37d988c1ed998e82367aefd95d547c 100644 (file)
@@ -51,7 +51,7 @@ class = portage.sets.libs.PreservedLibraryConsumerSet
 [live-rebuild]
 class = portage.sets.dbapi.VariableSet
 variable = INHERITED
-includes = bzr cvs darcs git git-2 mercurial subversion tla
+includes = bzr cvs darcs git git-2 git-r3 mercurial subversion tla
 
 # Installed packages that own files inside /lib/modules.
 [module-rebuild]
index 185867ab0dff5514c24fbe58fd1da3eeb560f674..e51bd3f384a278f33d220dcec341952ff32bf7f0 100644 (file)
@@ -181,6 +181,7 @@ LIVE_ECLASSES = frozenset([
        "darcs",
        "git",
        "git-2",
+       "git-r3",
        "mercurial",
        "subversion",
        "tla",