From e3f0d11c8615010506052793689207b1c3b3bd86 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 15 Oct 2011 13:28:44 -0700 Subject: portdbapi.aux_get: fix broken _metadata_callback This fixes a regression in FEATURES=parse-eapi-ebuild-head support since commit 2ed1cb53cc4158af08c22d466b15b9a9a7767212. --- pym/portage/dbapi/porttree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3-1-g7c22