profiles: Disable split-usr explicitly for generic images

We don't want to have separate /bin, /lib, /usr/bin and /usr/lib
directories. The former two are meant to be symlinks to the latter
two. The `split-usr` USE flag gets enabled with the profiles update in
portage-stable, so before doing the update, clear the flag in the
overlay.

This is not done for SDK images, since they seem to have split /usr on
purpose.
This commit is contained in:
Krzesimir Nowak 2021-01-25 07:59:35 +01:00
parent d16712fab5
commit 110f58e4d1

View File

@ -0,0 +1,4 @@
# We don't have a separate /{bin,lib} and /usr/{bin,lib}
sys-apps/coreutils -split-usr
sys-apps/systemd -split-usr
sys-apps/shadow -split-usr