From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SOw6O-0000Rn-2m for garchives@archives.gentoo.org; Mon, 30 Apr 2012 19:17:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA1A7E0B16; Mon, 30 Apr 2012 19:17:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 861D4E0B16 for ; Mon, 30 Apr 2012 19:17:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 023221B4084 for ; Mon, 30 Apr 2012 19:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BA117E5403 for ; Mon, 30 Apr 2012 19:17:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1335813426.39a26141b40486108be9d147a228708da797a0e4.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 39a26141b40486108be9d147a228708da797a0e4 X-VCS-Branch: master Date: Mon, 30 Apr 2012 19:17:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b979af27-0534-4a51-8982-f85c8c9e8857 X-Archives-Hash: 5ea5ece8a398c474ce2028a6bb5ab477 commit: 39a26141b40486108be9d147a228708da797a0e4 Author: Zac Medico gentoo org> AuthorDate: Mon Apr 30 19:17:06 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Apr 30 19:17:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D39a26141 repoman: check LIVEVCS.stable for gentoo only This will fix bug #414123. --- bin/repoman | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/repoman b/bin/repoman index 606f1d6..0163f8d 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 =3D=3D "gentoo": bad_stable_keywords =3D [] for keyword in keywords: if not keyword.startswith("~") and \