From 2312191a6d250f5cd0b4810772b5d7449d05eca0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 31 Jan 2008 20:10:20 +0000 Subject: Unconditionally disable manifest1 compatibility since it's been dropped from the main tree and nobody needs it anymore. (trunk r9252) svn path=/main/branches/2.1.2/; revision=9253 --- pym/portage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 10f18c507..c844d6ff0 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3499,8 +3499,7 @@ def digestgen(myarchives, mysettings, overwrite=1, manifestonly=0, myportdb=None del e return 0 mytree = os.path.dirname(os.path.dirname(mysettings["O"])) - manifest1_compat = not os.path.exists( - os.path.join(mytree, "manifest1_obsolete")) + manifest1_compat = False mf = Manifest(mysettings["O"], mysettings["DISTDIR"], fetchlist_dict=fetchlist_dict, manifest1_compat=manifest1_compat) # Don't require all hashes since that can trigger excessive -- cgit v1.2.3-1-g7c22