summaryrefslogtreecommitdiff
path: root/sys-apps/systemd/systemd-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-28 03:13:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-28 03:13:44 +0100
commit369ea1911997ca4bdb3c70969256af7bbf275699 (patch)
treed248ee5ce2c8e1110a06aec64179104ccd61f67a /sys-apps/systemd/systemd-9999.ebuild
parent58363a659e5161822c630bb4e16459a3a838696c (diff)
gentoo auto-resync : 28:05:2023 - 03:13:44
Diffstat (limited to 'sys-apps/systemd/systemd-9999.ebuild')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 6353d8f18ef3..812aea61d1df 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -469,6 +469,10 @@ pkg_preinst() {
die "System layout with split directories still used"
fi
fi
+ if ! use boot && has_version "sys-apps/systemd[gnuefi(-)]"; then
+ ewarn "The 'gnuefi' USE flag has been renamed to 'boot'."
+ ewarn "Make sure to enable the 'boot' USE flag if you use systemd-boot."
+ fi
}
pkg_postinst() {