From: Sebastian Luther Date: Fri, 29 Nov 2013 20:33:32 +0000 (+0100) Subject: portage.const: add git-r3 to the list of live eclasses X-Git-Tag: v2.2.8~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c6f7daacd8a0273662e9b9f898a6df3607bac54;p=portage.git portage.const: add git-r3 to the list of live eclasses URL: https://bugs.gentoo.org/489662 --- diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf index c5c787bb5..b73afb19f 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 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] diff --git a/pym/portage/const.py b/pym/portage/const.py index 185867ab0..e51bd3f38 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -181,6 +181,7 @@ LIVE_ECLASSES = frozenset([ "darcs", "git", "git-2", + "git-r3", "mercurial", "subversion", "tla",