summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,