From 39a26141b40486108be9d147a228708da797a0e4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 30 Apr 2012 12:17:06 -0700 Subject: repoman: check LIVEVCS.stable for gentoo only This will fix bug #414123. --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3-18-g5258