commit: 2f0cf971a940c24b9f5e7a3164ee2c3a995a6760 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Dec 1 20:10:29 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 20:11:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0cf971
profiles/features/split-usr: UNINSTALL_IGNORE="/lib/systemd /lib/udev" Closes: https://bugs.gentoo.org/945390 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/features/split-usr/make.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/features/split-usr/make.defaults b/profiles/features/split-usr/make.defaults index 3f95c0a0e32a..0527e21a0bb2 100644 --- a/profiles/features/split-usr/make.defaults +++ b/profiles/features/split-usr/make.defaults @@ -1,2 +1,5 @@ # Set an environment variable so we can easily test for the profile type PROFILE_23_USRTYPE="split-usr" + +# Avoid warnings about legacy symlinks, #945390 +UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /lib/systemd /lib/udev"
