summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-10-15 13:28:44 -0700
committerZac Medico <zmedico@gentoo.org>2011-10-15 13:28:44 -0700
commite3f0d11c8615010506052793689207b1c3b3bd86 (patch)
tree6f0edc0966b2ad51bd211bc5f13779974ef4b999
parentff98e89d26d4e0d4436473d9c9afab8f01c448f5 (diff)
downloadportage-e3f0d11c8615010506052793689207b1c3b3bd86.tar.gz
portage-e3f0d11c8615010506052793689207b1c3b3bd86.tar.bz2
portage-e3f0d11c8615010506052793689207b1c3b3bd86.zip
portdbapi.aux_get: fix broken _metadata_callback
This fixes a regression in FEATURES=parse-eapi-ebuild-head support since commit 2ed1cb53cc4158af08c22d466b15b9a9a7767212.
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index 36b326c14..a1308a7e7 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -529,7 +529,7 @@ class portdbapi(dbapi):
if eapi is not None and not portage.eapi_is_supported(eapi):
mydata = self._metadata_callback(
- mycpv, ebuild_hash, mylocation, {'EAPI':eapi}, emtime)
+ mycpv, mylocation, {'EAPI':eapi}, ebuild_hash)
else:
proc = EbuildMetadataPhase(cpv=mycpv,
ebuild_hash=ebuild_hash,