aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-04-30 12:17:06 -0700
committerZac Medico <zmedico@gentoo.org>2012-04-30 12:17:06 -0700
commit39a26141b40486108be9d147a228708da797a0e4 (patch)
tree1ada20d2f687446c966cb03a291e94978dee251f
parentebuild.sh: source /etc/portage/env scripts after /etc/portage/bashrc (diff)
downloadportage-39a26141b40486108be9d147a228708da797a0e4.tar.gz
portage-39a26141b40486108be9d147a228708da797a0e4.tar.bz2
portage-39a26141b40486108be9d147a228708da797a0e4.zip
repoman: check LIVEVCS.stable for gentoo only
This will fix bug #414123.
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 606f1d64d..0163f8d30 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1797,7 +1797,7 @@ for x in effective_scanlist:
Ebuilds that inherit a "Live" eclass (darcs,subversion,git,cvs,etc..) should
not be allowed to be marked stable
"""
- if live_ebuild:
+ if live_ebuild and repo_config.name == "gentoo":
bad_stable_keywords = []
for keyword in keywords:
if not keyword.startswith("~") and \