summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-01-31 20:10:20 +0000
committerZac Medico <zmedico@gentoo.org>2008-01-31 20:10:20 +0000
commit2312191a6d250f5cd0b4810772b5d7449d05eca0 (patch)
tree98b081797758194e44b4feebca2caeae2762deea /bin
parent2c83c925568ec47a480658a32ab2b5cbeb6202f4 (diff)
downloadportage-2312191a6d250f5cd0b4810772b5d7449d05eca0.tar.gz
portage-2312191a6d250f5cd0b4810772b5d7449d05eca0.tar.bz2
portage-2312191a6d250f5cd0b4810772b5d7449d05eca0.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/repoman b/bin/repoman
index 022897683..a83ba6bec 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -779,13 +779,10 @@ kwlist = set(portage.grabfile(os.path.join(portdir, "profiles", "arch.list")))
if not kwlist:
err("Couldn't read KEYWORDS from arch.list")
-manifest1_compat = not os.path.exists(
- os.path.join(portdir, "manifest1_obsolete"))
+manifest1_compat = False
if portdir_overlay != portdir:
kwlist.update(portage.grabfile(
os.path.join(portdir_overlay, "profiles", "arch.list")))
- manifest1_compat = not os.path.exists(
- os.path.join(portdir_overlay, "manifest1_obsolete"))
scanlist=[]
if repolevel==2: