aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-21 16:05:51 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-21 16:05:51 -0700
commit7af9d8d0f879370130ffa5fa49de9d9c26ebef78 (patch)
treec3e760770ea00bb08a97813bb64af83951ad2620 /pym/portage/const.py
parentFix UnboundLocalError for catdir inside dblink.unmerge(). (diff)
downloadportage-7af9d8d0f879370130ffa5fa49de9d9c26ebef78.tar.gz
portage-7af9d8d0f879370130ffa5fa49de9d9c26ebef78.tar.bz2
portage-7af9d8d0f879370130ffa5fa49de9d9c26ebef78.zip
* By default, disable the calc_prelink parameter to perform_md5() for
merge and unmerge. * Add FEATURES=prelink-checksums in order to trigger the old behavior.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index bd2c5be8d..db543d76c 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -92,8 +92,9 @@ SUPPORTED_FEATURES = frozenset([
"metadata-transfer", "mirror", "multilib-strict", "news",
"noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip",
"notitles", "parallel-fetch", "parse-eapi-ebuild-head",
- "parse-eapi-glep-55", "preserve-libs", "protect-owned",
- "python-trace", "sandbox", "sesandbox", "severe", "sfperms",
+ "parse-eapi-glep-55", "prelink-checksums", "preserve-libs",
+ "protect-owned", "python-trace", "sandbox",
+ "sesandbox", "severe", "sfperms",
"sign", "skiprocheck", "split-elog", "split-log", "splitdebug",
"strict", "stricter", "suidctl", "test", "test-fail-continue",
"unknown-features-warn",