Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/
Date: Sat, 15 Oct 2011 20:29:13
Message-Id: e3f0d11c8615010506052793689207b1c3b3bd86.zmedico@gentoo
1 commit: e3f0d11c8615010506052793689207b1c3b3bd86
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 15 20:28:44 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 15 20:28:44 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e3f0d11c
7
8 portdbapi.aux_get: fix broken _metadata_callback
9
10 This fixes a regression in FEATURES=parse-eapi-ebuild-head support
11 since commit 2ed1cb53cc4158af08c22d466b15b9a9a7767212.
12
13 ---
14 pym/portage/dbapi/porttree.py | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
18 index 36b326c..a1308a7 100644
19 --- a/pym/portage/dbapi/porttree.py
20 +++ b/pym/portage/dbapi/porttree.py
21 @@ -529,7 +529,7 @@ class portdbapi(dbapi):
22
23 if eapi is not None and not portage.eapi_is_supported(eapi):
24 mydata = self._metadata_callback(
25 - mycpv, ebuild_hash, mylocation, {'EAPI':eapi}, emtime)
26 + mycpv, mylocation, {'EAPI':eapi}, ebuild_hash)
27 else:
28 proc = EbuildMetadataPhase(cpv=mycpv,
29 ebuild_hash=ebuild_hash,