diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-07-14 16:28:56 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-07-18 11:13:12 -0400 |
commit | 0f465c38bd749921ecc5f5423550864ddb96c0f7 (patch) | |
tree | e4f0ad18df02300e729c32ebe3babd1f85f12746 /profiles | |
parent | profiles: add global USE flag 'split-usr' (diff) | |
download | gentoo-0f465c38bd749921ecc5f5423550864ddb96c0f7.tar.gz gentoo-0f465c38bd749921ecc5f5423550864ddb96c0f7.tar.bz2 gentoo-0f465c38bd749921ecc5f5423550864ddb96c0f7.zip |
profiles: enable USE="split-usr" in base
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 819d7db48a57..678b493f8670 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 <floppym@gentoo.org> (2019-07-14) +# Enable split-usr by default to keep existing installs as-is. +USE="${USE} split-usr" + # Tiziano Müller <dev-zero@gentoo.org> (2010-01-24) # We usually don't want python to (re)write .py[co] files during phase runs # since it could cause sandbox violations |