Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: cnf/sets/, pym/portage/
Date: Sat, 30 Nov 2013 05:35:58
Message-Id: 1385788986.0c6f7daacd8a0273662e9b9f898a6df3607bac54.vapier@gentoo
1 commit: 0c6f7daacd8a0273662e9b9f898a6df3607bac54
2 Author: Sebastian Luther <SebastianLuther <AT> gmx <DOT> de>
3 AuthorDate: Fri Nov 29 20:33:32 2013 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 05:23:06 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0c6f7daa
7
8 portage.const: add git-r3 to the list of live eclasses
9
10 URL: https://bugs.gentoo.org/489662
11
12 ---
13 cnf/sets/portage.conf | 2 +-
14 pym/portage/const.py | 1 +
15 2 files changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
18 index c5c787b..b73afb1 100644
19 --- a/cnf/sets/portage.conf
20 +++ b/cnf/sets/portage.conf
21 @@ -51,7 +51,7 @@ class = portage.sets.libs.PreservedLibraryConsumerSet
22 [live-rebuild]
23 class = portage.sets.dbapi.VariableSet
24 variable = INHERITED
25 -includes = bzr cvs darcs git git-2 mercurial subversion tla
26 +includes = bzr cvs darcs git git-2 git-r3 mercurial subversion tla
27
28 # Installed packages that own files inside /lib/modules.
29 [module-rebuild]
30
31 diff --git a/pym/portage/const.py b/pym/portage/const.py
32 index 185867a..e51bd3f 100644
33 --- a/pym/portage/const.py
34 +++ b/pym/portage/const.py
35 @@ -181,6 +181,7 @@ LIVE_ECLASSES = frozenset([
36 "darcs",
37 "git",
38 "git-2",
39 + "git-r3",
40 "mercurial",
41 "subversion",
42 "tla",