From 8fda0a70c015ef799c81167d9e26b0c70733a7d0 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 20 Jun 2018 10:06:28 +0200 Subject: 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 --- profiles/prefix/make.defaults | 2 -- 1 file changed, 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" -- cgit v1.2.3-65-gdbad