Gentoo Archives: gentoo-portage-dev

From: SebastianLuther@×××.de
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 2/2] Add git-r3 to the list of live eclasses
Date: Fri, 29 Nov 2013 20:33:49
Message-Id: 1385757212-19365-2-git-send-email-SebastianLuther@gmx.de
In Reply to: [gentoo-portage-dev] [PATCH 1/2] Add list of live eclasses to portage.const by SebastianLuther@gmx.de
1 From: Sebastian Luther <SebastianLuther@×××.de>
2
3 ---
4 cnf/sets/portage.conf | 2 +-
5 pym/portage/const.py | 1 +
6 2 files changed, 2 insertions(+), 1 deletion(-)
7
8 diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
9 index c5c787b..b73afb1 100644
10 --- a/cnf/sets/portage.conf
11 +++ b/cnf/sets/portage.conf
12 @@ -51,7 +51,7 @@ class = portage.sets.libs.PreservedLibraryConsumerSet
13 [live-rebuild]
14 class = portage.sets.dbapi.VariableSet
15 variable = INHERITED
16 -includes = bzr cvs darcs git git-2 mercurial subversion tla
17 +includes = bzr cvs darcs git git-2 git-r3 mercurial subversion tla
18
19 # Installed packages that own files inside /lib/modules.
20 [module-rebuild]
21 diff --git a/pym/portage/const.py b/pym/portage/const.py
22 index 04b5a57..5912f97 100644
23 --- a/pym/portage/const.py
24 +++ b/pym/portage/const.py
25 @@ -181,6 +181,7 @@ LIVE_ECLASSES = frozenset([
26 "darcs",
27 "git",
28 "git-2",
29 + "git-r3",
30 "mercurial",
31 "subversion",
32 "tla",
33 --
34 1.8.1.5

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH 2/2] Add git-r3 to the list of live eclasses Sebastian Luther <SebastianLuther@×××.de>