summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-09-13 21:49:23 -0700
committerZac Medico <zmedico@gentoo.org>2011-09-13 21:49:23 -0700
commit05f5e7f26b92f534ffa0be28ec0a4ff58c0b0d6b (patch)
tree2069736913eb0d4e524486cb6860d317440768b0 /bin/ebuild
parente91f097c248fa02b2273b2fd9b142703fda5372d (diff)
downloadportage-05f5e7f26b92f534ffa0be28ec0a4ff58c0b0d6b.tar.gz
portage-05f5e7f26b92f534ffa0be28ec0a4ff58c0b0d6b.tar.bz2
portage-05f5e7f26b92f534ffa0be28ec0a4ff58c0b0d6b.zip
Deprecate the manifest1_compat parameter.v2.2.0_alpha56
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 95f4e15b8..f47975aad 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -204,7 +204,7 @@ def discard_digests(myebuild, mysettings, mydbapi):
mf = mysettings.repositories.get_repo_for_location(
os.path.dirname(os.path.dirname(pkgdir)))
mf = mf.load_manifest(pkgdir, mysettings["DISTDIR"],
- fetchlist_dict=fetchlist_dict, manifest1_compat=False)
+ fetchlist_dict=fetchlist_dict)
mf.create(requiredDistfiles=None,
assumeDistHashesSometimes=True, assumeDistHashesAlways=True)
distfiles = fetchlist_dict[cpv]