summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-06-20 10:06:28 +0200
committerFabian Groffen <grobian@gentoo.org>2018-06-20 10:12:07 +0200
commit8fda0a70c015ef799c81167d9e26b0c70733a7d0 (patch)
tree96ea2a103762748c6d0b33f96a85fa834910ef4f /profiles
parentprofiles/prefix/make.defaults: update Ruby and Python targets (diff)
downloadgentoo-8fda0a70c015ef799c81167d9e26b0c70733a7d0.tar.gz
gentoo-8fda0a70c015ef799c81167d9e26b0c70733a7d0.tar.bz2
gentoo-8fda0a70c015ef799c81167d9e26b0c70733a7d0.zip
profiles/prefix/make.defaults: drop FEATURES=collision-protect
After many years, we finally came to the conclusion we don't need this any more, and can do with protect-owned (the default) very well. Most prominent reason for this is that Gentoo for Mac OS X has been superseeded by Gentoo Prefix for macOS, which no longer tries to install binaries side by side with the host provided utilities. E.g. it is no longer the case that files encountered as a conflict can be something that is provided by the host system (and hence should not be nuked). In Gentoo Prefix we assume that $EPREFIX is solely managed by the PM, so anything it finds there which it doesn't know about can be safely overwritten. Users that actually use EPREFIX=/ on their systems can set FEATURES=collision-protect in their local make.conf. Bug: https://bugs.gentoo.org/655414
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/make.defaults2
1 files changed, 0 insertions, 2 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index b3da563c4e27..bf8aae2ea851 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -8,8 +8,6 @@
# ssl: encrypted connections are a nice feature
USE="readline zlib ncurses ssl"
-FEATURES="collision-protect"
-
# Python 3.6 is unmasked for us, build stuff by default with latest to
# avoid unnecessary builds
PYTHON_TARGETS="python2_7 python3_6"