summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2024-03-23 12:48:22 +0100
committerWolfgang Müller2024-03-23 17:03:16 +0100
commit6ed5dd365afa6ff874a6a63e3ea0bf2ff7b0e09f (patch)
tree37074f49dd0612d3298a695ef645e9de8c404dc8
parent65c5073f1e0a4968cc28d186b029b1bb9a3de6d0 (diff)
downloadportage-roles-6ed5dd365afa6ff874a6a63e3ea0bf2ff7b0e09f.tar.gz
host-albatross: Remove UNINSTALL_IGNORE overrides
These were added in fefa5f2 (host-albatross: Avoid removing merged-usr symlinks, 2023-06-11) along with the migration of albatross to the merged-usr layout. Back then, no merged-usr profile was available to us, but with the addition of a hardened/systemd layout, this has now changed and therefore these lines can be safely removed.
-rw-r--r--host-albatross/make.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/host-albatross/make.conf b/host-albatross/make.conf
index 17e732f..9e8ef5b 100644
--- a/host-albatross/make.conf
+++ b/host-albatross/make.conf
@@ -26,7 +26,3 @@ FEATURES="clean-logs compress-build-logs downgrade-backup mount-sandbox parallel
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
-
-# Avoid removing merged-usr symlinks.
-UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin"
-UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /usr/lib/modules/*"