commit: 0f465c38bd749921ecc5f5423550864ddb96c0f7
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 20:28:56 2019 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 15:13:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f465c38
profiles: enable USE="split-usr" in base
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
profiles/base/make.defaults | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 819d7db48a5..678b493f867 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -116,6 +116,10 @@ USE="${USE} cxx"
#
https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0
USE="${USE} xattr"
+# Mike Gilbert <[email protected]> (2019-07-14)
+# Enable split-usr by default to keep existing installs as-is.
+USE="${USE} split-usr"
+
# Tiziano Müller <[email protected]> (2010-01-24)
# We usually don't want python to (re)write .py[co] files during phase runs
# since it could cause sandbox violations