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 1QXIqz-0000DU-A5 for garchives@archives.gentoo.org; Thu, 16 Jun 2011 20:07:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49D091C070; Thu, 16 Jun 2011 20:06:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 162881C070 for ; Thu, 16 Jun 2011 20:06:59 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96C4F1CC010 for ; Thu, 16 Jun 2011 20:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A6AA88003C for ; Thu, 16 Jun 2011 20:06:57 +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: <9a8cb932580156764e3c66b3e3d0b274a5a95fb6.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: 9a8cb932580156764e3c66b3e3d0b274a5a95fb6 Date: Thu, 16 Jun 2011 20:06:57 +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: X-Archives-Hash: 022a13df4a6915ca804eb82a6e89b237 commit: 9a8cb932580156764e3c66b3e3d0b274a5a95fb6 Author: Zac Medico gentoo org> AuthorDate: Thu Jun 16 20:03:43 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jun 16 20:03:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D9a8cb932 repoman: only report allmasked if ebuilds exist --- bin/repoman | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/repoman b/bin/repoman index 9cf1f3a..164a127 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1942,7 +1942,7 @@ for x in scanlist: #if not portage.portdb.xmatch("bestmatch-visible",x): # stats["ebuild.nostable"]+=3D1 # fails["ebuild.nostable"].append(x) - if allmasked and repolevel =3D=3D 3: + if ebuildlist and allmasked and repolevel =3D=3D 3: stats["ebuild.allmasked"]+=3D1 fails["ebuild.allmasked"].append(x) =20