summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-12-01 15:10:29 -0500
committerMike Gilbert <floppym@gentoo.org>2024-12-01 15:11:49 -0500
commit2f0cf971a940c24b9f5e7a3164ee2c3a995a6760 (patch)
tree5fdd507431c134a41284065141f4398302b8d80a /profiles
parentnet-print/hplip: add 3.24.4-r1 (diff)
downloadgentoo-2f0cf971a940c24b9f5e7a3164ee2c3a995a6760.tar.gz
gentoo-2f0cf971a940c24b9f5e7a3164ee2c3a995a6760.tar.bz2
gentoo-2f0cf971a940c24b9f5e7a3164ee2c3a995a6760.zip
profiles/features/split-usr: UNINSTALL_IGNORE="/lib/systemd /lib/udev"
Closes: https://bugs.gentoo.org/945390 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/features/split-usr/make.defaults3
1 files changed, 3 insertions, 0 deletions
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"