* [gentoo-portage-dev] [PATCH] Add golang-vcs to the list of live eclasses
@ 2015-08-05 17:17 Mike Gilbert
2015-08-12 6:55 ` Brian Dolbec
0 siblings, 1 reply; 2+ messages in thread
From: Mike Gilbert @ 2015-08-05 17:17 UTC (permalink / raw
To: gentoo-portage-dev; +Cc: williamh
---
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",
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-portage-dev] [PATCH] Add golang-vcs to the list of live eclasses
2015-08-05 17:17 [gentoo-portage-dev] [PATCH] Add golang-vcs to the list of live eclasses Mike Gilbert
@ 2015-08-12 6:55 ` Brian Dolbec
0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2015-08-12 6:55 UTC (permalink / raw
To: gentoo-portage-dev
On Wed, 5 Aug 2015 13:17:31 -0400
Mike Gilbert <floppym@gentoo.org> wrote:
> ---
> 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",
Thanks Mike, it's in both master and 2.2.20.1
--
Brian Dolbec <dolsen>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-12 6:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 17:17 [gentoo-portage-dev] [PATCH] Add golang-vcs to the list of live eclasses Mike Gilbert
2015-08-12 6:55 ` Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox