Gentoo Archives: gentoo-portage-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-portage-dev@l.g.o
Cc: williamh@g.o
Subject: [gentoo-portage-dev] [PATCH] Add golang-vcs to the list of live eclasses
Date: Wed, 05 Aug 2015 17:17:36
Message-Id: 1438795051-11306-1-git-send-email-floppym@gentoo.org
1 ---
2 cnf/sets/portage.conf | 2 +-
3 pym/portage/const.py | 1 +
4 2 files changed, 2 insertions(+), 1 deletion(-)
5
6 diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
7 index cff7488..ac282d9 100644
8 --- a/cnf/sets/portage.conf
9 +++ b/cnf/sets/portage.conf
10 @@ -59,7 +59,7 @@ class = portage.sets.libs.PreservedLibraryConsumerSet
11 [live-rebuild]
12 class = portage.sets.dbapi.VariableSet
13 variable = INHERITED
14 -includes = bzr cvs darcs git git-2 git-r3 mercurial subversion tla
15 +includes = bzr cvs darcs git git-2 git-r3 golang-vcs mercurial subversion tla
16
17 # Installed packages that own files inside /lib/modules.
18 [module-rebuild]
19 diff --git a/pym/portage/const.py b/pym/portage/const.py
20 index 617cd96..722893e 100644
21 --- a/pym/portage/const.py
22 +++ b/pym/portage/const.py
23 @@ -264,6 +264,7 @@ LIVE_ECLASSES = frozenset([
24 "git",
25 "git-2",
26 "git-r3",
27 + "golang-vcs",
28 "mercurial",
29 "subversion",
30 "tla",
31 --
32 2.5.0

Replies