summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-12-28 17:11:15 -0800
committerZac Medico <zmedico@gentoo.org>2012-12-28 17:11:15 -0800
commite94233871e20fd3852e511ed1bd91c2826870f50 (patch)
tree4f14c79d0831cfe7b53397638ef8e8afb2aef699 /bin
parent07f38da52b836127f0252982277945a985150c45 (diff)
downloadportage-e94233871e20fd3852e511ed1bd91c2826870f50.tar.gz
portage-e94233871e20fd3852e511ed1bd91c2826870f50.tar.bz2
portage-e94233871e20fd3852e511ed1bd91c2826870f50.zip
egencache: fix --strict-manifests=n
Diffstat (limited to 'bin')
-rwxr-xr-xbin/egencache2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/egencache b/bin/egencache
index 8870d9994..79a996d75 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -928,7 +928,7 @@ def egencache_main(args):
if options.strict_manifests == "y":
settings.features.add("strict")
else:
- settings.features.add("discard")
+ settings.features.discard("strict")
if options.update and 'metadata-transfer' not in settings.features:
# Forcibly enable metadata-transfer if portdbapi has a pregenerated