aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-05-16 13:02:47 -0700
committerZac Medico <zmedico@gentoo.org>2012-05-16 13:02:47 -0700
commit304dfb0fb09b799eec526d0703c44fc6a92ef13d (patch)
treeba9d55910b38f5337e9aee01654b9fcca6339d22 /cnf
parent_eapi_invalid: elog permission issue, bug #416231 (diff)
downloadportage-304dfb0fb09b799eec526d0703c44fc6a92ef13d.tar.gz
portage-304dfb0fb09b799eec526d0703c44fc6a92ef13d.tar.bz2
portage-304dfb0fb09b799eec526d0703c44fc6a92ef13d.zip
FEATURES=config-protect-if-modified by default.
The plan is to send out a GLEP 42 news item for this before it goes to stable, as discussed here: http://archives.gentoo.org/gentoo-dev/msg_7fe557809defad4faca2ee5c6e52d134.xml
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals3
1 files changed, 2 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 1717baf68..b1569885b 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -51,7 +51,8 @@ RESUMECOMMAND_SSH=${FETCHCOMMAND_SSH}
FETCHCOMMAND_SFTP="bash -c \"x=\\\${2#sftp://} ; host=\\\${x%%/*} ; port=\\\${host##*:} ; host=\\\${host%:*} ; [[ \\\${host} = \\\${port} ]] && port=22 ; exec sftp -P \\\${port} \\\"\\\${host}:/\\\${x#*/}\\\" \\\"\\\$1\\\"\" sftp \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
# Default user options
-FEATURES="assume-digests binpkg-logs distlocks ebuild-locks
+FEATURES="assume-digests binpkg-logs
+ config-protect-if-modified distlocks ebuild-locks
fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned
sandbox sfperms strict unknown-features-warn unmerge-logs
unmerge-orphans userfetch"