From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 23A1C1386F3 for ; Wed, 12 Aug 2015 06:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EBE2E07D8; Wed, 12 Aug 2015 06:56:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC264E07B3 for ; Wed, 12 Aug 2015 06:56:03 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id B16AD3409AA for ; Wed, 12 Aug 2015 06:56:02 +0000 (UTC) Date: Tue, 11 Aug 2015 23:55:57 -0700 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] Add golang-vcs to the list of live eclasses Message-ID: <20150811235557.493d17f3.dolsen@gentoo.org> In-Reply-To: <1438795051-11306-1-git-send-email-floppym@gentoo.org> References: <1438795051-11306-1-git-send-email-floppym@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 4d8c261c-e787-46bc-88f9-a5b6c1c7e5b5 X-Archives-Hash: d1beeab70599b6947bf6c414d687700f On Wed, 5 Aug 2015 13:17:31 -0400 Mike Gilbert 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