repoman: check LIVEVCS.stable for gentoo only
authorZac Medico <zmedico@gentoo.org>
Mon, 30 Apr 2012 19:17:06 +0000 (12:17 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 30 Apr 2012 19:17:06 +0000 (12:17 -0700)
This will fix bug #414123.

bin/repoman

index 606f1d64d9e0959b93907ce668e8495d6b76bb1e..0163f8d3059c49e4b8a3f0df0691d437b9dac8bb 100755 (executable)
@@ -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 \