commit: 8fda0a70c015ef799c81167d9e26b0c70733a7d0 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Jun 20 08:06:28 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Jun 20 08:12:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fda0a70
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 b3da563c4e2..bf8aae2ea85 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"
