diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-01-08 22:37:35 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-01-08 22:37:35 +0000 |
commit | 445a525e04f1f2069d705ebb948aba92075dd6d0 (patch) | |
tree | c561d53217953fd35639175d1d57bbba68e01777 | |
parent | e46089b173546da5da515da8ad3be352a1494fc0 (diff) | |
download | portage-445a525e04f1f2069d705ebb948aba92075dd6d0.tar.gz portage-445a525e04f1f2069d705ebb948aba92075dd6d0.tar.bz2 portage-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.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 8fd4ff8aa..e260b570b 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 |