Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Mon, 30 Apr 2012 19:17:40
Message-Id: 1335813426.39a26141b40486108be9d147a228708da797a0e4.zmedico@gentoo
1 commit: 39a26141b40486108be9d147a228708da797a0e4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 30 19:17:06 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 19:17:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=39a26141
7
8 repoman: check LIVEVCS.stable for gentoo only
9
10 This will fix bug #414123.
11
12 ---
13 bin/repoman | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/bin/repoman b/bin/repoman
17 index 606f1d6..0163f8d 100755
18 --- a/bin/repoman
19 +++ b/bin/repoman
20 @@ -1797,7 +1797,7 @@ for x in effective_scanlist:
21 Ebuilds that inherit a "Live" eclass (darcs,subversion,git,cvs,etc..) should
22 not be allowed to be marked stable
23 """
24 - if live_ebuild:
25 + if live_ebuild and repo_config.name == "gentoo":
26 bad_stable_keywords = []
27 for keyword in keywords:
28 if not keyword.startswith("~") and \