summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-02-06 02:45:35 -0500
committerSam James <sam@gentoo.org>2024-02-06 22:49:29 +0000
commit30235e135141bc279499b601e03550274707dfe7 (patch)
tree4b0d61a9f26a5e91f2f6d32df642b327226d65c2
parentapp-arch/bzip2: remove usr-ldscript support (diff)
downloadgentoo-30235e135141bc279499b601e03550274707dfe7.tar.gz
gentoo-30235e135141bc279499b601e03550274707dfe7.tar.bz2
gentoo-30235e135141bc279499b601e03550274707dfe7.zip
sys-apps/systemd-utils: remove usr-ldscript support
Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-apps/systemd-utils/systemd-utils-254.9-r1.ebuild (renamed from sys-apps/systemd-utils/systemd-utils-254.9.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-254.9.ebuild b/sys-apps/systemd-utils/systemd-utils-254.9-r1.ebuild
index 0f7730c67c88..e0ac974de10f 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.9.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.9-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} )
QA_PKGCONFIG_VERSION=$(ver_cut 1)
inherit bash-completion-r1 flag-o-matic linux-info meson-multilib optfeature
-inherit python-single-r1 secureboot toolchain-funcs udev usr-ldscript
+inherit python-single-r1 secureboot toolchain-funcs udev
DESCRIPTION="Utilities split out from systemd for OpenRC users"
HOMEPAGE="https://systemd.io/"
@@ -494,7 +494,6 @@ multilib_src_install() {
fi
if use udev; then
meson_install --no-rebuild --tags libudev
- gen_usr_ldscript -a udev
insinto "/usr/$(get_libdir)/pkgconfig"
doins src/libudev/libudev.pc
fi