commit: b87f77d53863c133e6eccc47a0a177bf69a76298
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 17:17:31 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 21:16:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b87f77d5
Add golang-vcs to the list of live eclasses
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 cff7488..ac282d9 100644
--- a/cnf/sets/portage.conf
+++ b/cnf/sets/portage.conf
@@ -59,7 +59,7 @@ class = portage.sets.libs.PreservedLibraryConsumerSet
[live-rebuild]
class = portage.sets.dbapi.VariableSet
variable = INHERITED
-includes = bzr cvs darcs git git-2 git-r3 mercurial subversion tla
+includes = bzr cvs darcs git git-2 git-r3 golang-vcs 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 617cd96..722893e 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -264,6 +264,7 @@ LIVE_ECLASSES = frozenset([
"git",
"git-2",
"git-r3",
+ "golang-vcs",
"mercurial",
"subversion",
"tla",