From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79A4415815E for ; Tue, 6 Feb 2024 22:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E184E2A45; Tue, 6 Feb 2024 22:49:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D4ABE2A45 for ; Tue, 6 Feb 2024 22:49:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 716133430CF for ; Tue, 6 Feb 2024 22:49:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4ED414CA for ; Tue, 6 Feb 2024 22:49:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1707259769.30235e135141bc279499b601e03550274707dfe7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-utils/systemd-utils-254.9-r1.ebuild sys-apps/systemd-utils/systemd-utils-254.9.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30235e135141bc279499b601e03550274707dfe7 X-VCS-Branch: master Date: Tue, 6 Feb 2024 22:49:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e06c369-a199-466e-8eee-340667e9dc26 X-Archives-Hash: 3459a8814022e9ac21fff16d5f5a72cf commit: 30235e135141bc279499b601e03550274707dfe7 Author: Eli Schwartz gmail com> AuthorDate: Tue Feb 6 07:45:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 6 22:49:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30235e13 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 gmail.com> Signed-off-by: Sam James gentoo.org> .../{systemd-utils-254.9.ebuild => systemd-utils-254.9-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 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 similarity index 99% rename from sys-apps/systemd-utils/systemd-utils-254.9.ebuild rename to 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