From: Zac Medico Date: Sat, 15 Oct 2011 20:28:44 +0000 (-0700) Subject: portdbapi.aux_get: fix broken _metadata_callback X-Git-Tag: v2.2.0_alpha68~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e3f0d11c8615010506052793689207b1c3b3bd86;p=portage.git portdbapi.aux_get: fix broken _metadata_callback This fixes a regression in FEATURES=parse-eapi-ebuild-head support since commit 2ed1cb53cc4158af08c22d466b15b9a9a7767212. --- 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,