profiles/prefix/make.defaults: drop FEATURES=collision-protect
authorFabian Groffen <grobian@gentoo.org>
Wed, 20 Jun 2018 08:06:28 +0000 (10:06 +0200)
committerFabian Groffen <grobian@gentoo.org>
Wed, 20 Jun 2018 08:12:07 +0000 (10:12 +0200)
commit8fda0a70c015ef799c81167d9e26b0c70733a7d0
tree96ea2a103762748c6d0b33f96a85fa834910ef4f
parentc533252f86bbbf8277892e504a133cdd50b687bd
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