summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-08 22:37:35 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-08 22:37:35 +0000
commit445a525e04f1f2069d705ebb948aba92075dd6d0 (patch)
treec561d53217953fd35639175d1d57bbba68e01777
parentBug #253800 - Fix FETCHCOMMAND examples for SRC_URI arrow compatibility. (diff)
downloadportage-multirepo-445a525e04f1f2069d705ebb948aba92075dd6d0.tar.gz
portage-multirepo-445a525e04f1f2069d705ebb948aba92075dd6d0.tar.bz2
portage-multirepo-445a525e04f1f2069d705ebb948aba92075dd6d0.zip
Bug #253745 - Remove collision-protect from the sample FEATURES list since
protect-owned is enabled by default now. svn path=/main/trunk/; revision=12399
-rw-r--r--cnf/make.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 8fd4ff8a..e260b570 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -240,7 +240,7 @@
# FEATURES defines actions portage takes by default. This is an incremental
# variable. See the make.conf(5) man page for a complete list of supported
# values and their respective meanings.
-#FEATURES="ccache collision-protect distcc installsources \
+#FEATURES="ccache distcc installsources \
# splitdebug test userpriv usersandbox"
# CCACHE_SIZE and CCACHE_DIR are used to control the behavior of ccache, and