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 1Qc93O-0002FW-Ri for garchives@archives.gentoo.org; Thu, 30 Jun 2011 04:40:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15C33E04BA; Thu, 30 Jun 2011 04:40:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D8A14E04BA for ; Thu, 30 Jun 2011 04:40:29 +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 72C472AC020 for ; Thu, 30 Jun 2011 04:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 907448003C for ; Thu, 30 Jun 2011 04:40:28 +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: <86c8167c2ef23655d8e45bd3f1f547332546b424.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 86c8167c2ef23655d8e45bd3f1f547332546b424 Date: Thu, 30 Jun 2011 04:40:28 +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: 398beff826a6c71d3bde9d5ebf8b5ea8 commit: 86c8167c2ef23655d8e45bd3f1f547332546b424 Author: Zac Medico gentoo org> AuthorDate: Thu Jun 30 04:39:47 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jun 30 04:39:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D86c8167c ebuild(1): pass missing myrepo arg to aux_get --- bin/ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/ebuild b/bin/ebuild index 3884b3b..f8b6d79 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -260,7 +260,7 @@ tmpsettings.features.discard("fail-clean") try: metadata =3D dict(zip(Package.metadata_keys, portage.db[portage.settings["ROOT"]][mytree].dbapi.aux_get( - cpv, Package.metadata_keys))) + cpv, Package.metadata_keys, myrepo=3Dmyrepo))) except KeyError: # aux_get failure, message should have been shown on stderr. sys.exit(1)