summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-01-31 20:04:56 +0000
committerZac Medico <zmedico@gentoo.org>2008-01-31 20:04:56 +0000
commite2d1400465eca5a7c3378f0f59b118c8a4d03fe2 (patch)
tree28bc949c9f500d1180a6eb088f62ab2b1e63f32f /bin
parent275cacc1873a4a65d311cfa562b9e7350b1730a4 (diff)
downloadportage-e2d1400465eca5a7c3378f0f59b118c8a4d03fe2.tar.gz
portage-e2d1400465eca5a7c3378f0f59b118c8a4d03fe2.tar.bz2
portage-e2d1400465eca5a7c3378f0f59b118c8a4d03fe2.zip
Unconditionally disable manifest1 compatibility since it's been dropped
from the main tree and nobody needs it anymore. svn path=/main/trunk/; revision=9252
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/repoman b/bin/repoman
index a43f95c4b..6430edd7a 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -540,13 +540,10 @@ if not kwlist:
logging.fatal("Couldn't read KEYWORDS from arch.list")
sys.exit(1)
-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 = utilities.FindPackagesToScan(repoman_settings, startdir, reposplit)
scanlist.sort()