From 0c6f7daacd8a0273662e9b9f898a6df3607bac54 Mon Sep 17 00:00:00 2001 From: Sebastian Luther Date: Fri, 29 Nov 2013 21:33:32 +0100 Subject: [PATCH] portage.const: add git-r3 to the list of live eclasses URL: https://bugs.gentoo.org/489662 --- cnf/sets/portage.conf | 2 +- pym/portage/const.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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", -- 2.26.2