From: SebastianLuther@gmx.de
To: gentoo-portage-dev@lists.gentoo.org
Subject: [gentoo-portage-dev] [PATCH 2/2] Add git-r3 to the list of live eclasses
Date: Fri, 29 Nov 2013 21:33:32 +0100 [thread overview]
Message-ID: <1385757212-19365-2-git-send-email-SebastianLuther@gmx.de> (raw)
In-Reply-To: <1385757212-19365-1-git-send-email-SebastianLuther@gmx.de>
From: Sebastian Luther <SebastianLuther@gmx.de>
---
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 c5c787b..b73afb1 100644
--- a/cnf/sets/portage.conf
+++ b/cnf/sets/portage.conf
@@ -51,7 +51,7 @@ class = portage.sets.libs.PreservedLibraryConsumerSet
[live-rebuild]
class = portage.sets.dbapi.VariableSet
variable = INHERITED
-includes = bzr cvs darcs git git-2 mercurial subversion tla
+includes = bzr cvs darcs git git-2 git-r3 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 04b5a57..5912f97 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -181,6 +181,7 @@ LIVE_ECLASSES = frozenset([
"darcs",
"git",
"git-2",
+ "git-r3",
"mercurial",
"subversion",
"tla",
--
1.8.1.5
next prev parent reply other threads:[~2013-11-29 20:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-29 20:33 [gentoo-portage-dev] [PATCH 1/2] Add list of live eclasses to portage.const SebastianLuther
2013-11-29 20:33 ` SebastianLuther [this message]
2013-11-29 20:35 ` [gentoo-portage-dev] [PATCH 2/2] Add git-r3 to the list of live eclasses Sebastian Luther
2013-11-29 20:39 ` [gentoo-portage-dev] [PATCH 1/2] Add list of live eclasses to portage.const Tom Wijsman
2013-11-30 5:36 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1385757212-19365-2-git-send-email-SebastianLuther@gmx.de \
--to=sebastianluther@gmx.de \
--cc=gentoo-portage-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox