Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Add golang-vcs to the list of live eclasses
Date: Wed, 12 Aug 2015 06:56:07
Message-Id: 20150811235557.493d17f3.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] Add golang-vcs to the list of live eclasses by Mike Gilbert
1 On Wed, 5 Aug 2015 13:17:31 -0400
2 Mike Gilbert <floppym@g.o> wrote:
3
4 > ---
5 > cnf/sets/portage.conf | 2 +-
6 > pym/portage/const.py | 1 +
7 > 2 files changed, 2 insertions(+), 1 deletion(-)
8 >
9 > diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
10 > index cff7488..ac282d9 100644
11 > --- a/cnf/sets/portage.conf
12 > +++ b/cnf/sets/portage.conf
13 > @@ -59,7 +59,7 @@ class =
14 > portage.sets.libs.PreservedLibraryConsumerSet [live-rebuild]
15 > class = portage.sets.dbapi.VariableSet
16 > variable = INHERITED
17 > -includes = bzr cvs darcs git git-2 git-r3 mercurial subversion tla
18 > +includes = bzr cvs darcs git git-2 git-r3 golang-vcs mercurial
19 > subversion tla
20 > # Installed packages that own files inside /lib/modules.
21 > [module-rebuild]
22 > diff --git a/pym/portage/const.py b/pym/portage/const.py
23 > index 617cd96..722893e 100644
24 > --- a/pym/portage/const.py
25 > +++ b/pym/portage/const.py
26 > @@ -264,6 +264,7 @@ LIVE_ECLASSES = frozenset([
27 > "git",
28 > "git-2",
29 > "git-r3",
30 > + "golang-vcs",
31 > "mercurial",
32 > "subversion",
33 > "tla",
34
35 Thanks Mike, it's in both master and 2.2.20.1
36
37 --
38 Brian Dolbec <dolsen>