summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-07-31 11:13:33 -0400
committerMike Gilbert <floppym@gentoo.org>2023-07-31 11:14:48 -0400
commita177294a77abdd9a62bceb479ce8c4b62db62518 (patch)
tree133dad6b3aa27f6f1953cc297a5284522e5f7588 /sys-apps/systemd
parentpam.eclass: remove EAPI 6 (diff)
downloadgentoo-a177294a77abdd9a62bceb479ce8c4b62db62518.tar.gz
gentoo-a177294a77abdd9a62bceb479ce8c4b62db62518.tar.bz2
gentoo-a177294a77abdd9a62bceb479ce8c4b62db62518.zip
sys-apps/systemd: add wiki link to split-usr death message
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index d8fc3cedd386..d48601337ce0 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -182,6 +182,8 @@ QA_EXECSTACK="usr/lib/systemd/boot/efi/*"
pkg_pretend() {
if use split-usr; then
+ eerror "Please complete the migration to merged-usr."
+ eerror "https://wiki.gentoo.org/wiki/Merge-usr"
die "systemd no longer supports split-usr"
fi
if [[ ${MERGE_TYPE} != buildonly ]]; then