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 1RFAr3-0003c5-B0 for garchives@archives.gentoo.org; Sat, 15 Oct 2011 20:29:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D34B21C0D0; Sat, 15 Oct 2011 20:29:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0137E21C0D0 for ; Sat, 15 Oct 2011 20:29:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D05B1B4015 for ; Sat, 15 Oct 2011 20:29:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8A9F880042 for ; Sat, 15 Oct 2011 20:29:04 +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: Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/dbapi/porttree.py X-VCS-Directories: pym/portage/dbapi/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e3f0d11c8615010506052793689207b1c3b3bd86 Date: Sat, 15 Oct 2011 20:29:04 +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: 9c8138b6029829a57543022bee5abc32 commit: e3f0d11c8615010506052793689207b1c3b3bd86 Author: Zac Medico gentoo org> AuthorDate: Sat Oct 15 20:28:44 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Oct 15 20:28:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3De3f0d11c portdbapi.aux_get: fix broken _metadata_callback This fixes a regression in FEATURES=3Dparse-eapi-ebuild-head support since commit 2ed1cb53cc4158af08c22d466b15b9a9a7767212. --- pym/portage/dbapi/porttree.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.p= y index 36b326c..a1308a7 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -529,7 +529,7 @@ class portdbapi(dbapi): =20 if eapi is not None and not portage.eapi_is_supported(eapi): mydata =3D self._metadata_callback( - mycpv, ebuild_hash, mylocation, {'EAPI':eapi}, emtime) + mycpv, mylocation, {'EAPI':eapi}, ebuild_hash) else: proc =3D EbuildMetadataPhase(cpv=3Dmycpv, ebuild_hash=3Debuild_hash,