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 5BC9A15817D for ; Wed, 12 Jun 2024 17:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88E072BC01F; Wed, 12 Jun 2024 17:11:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 640FB2BC01F for ; Wed, 12 Jun 2024 17:11:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C119335C36 for ; Wed, 12 Jun 2024 17:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EA3B1C9B for ; Wed, 12 Jun 2024 17:11:31 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1718212238.026796908c1bf7053cc1875054779fd04b249fe5.floppym@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-255.7-r3.ebuild sys-apps/systemd-utils/systemd-utils-255.7-r4.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 026796908c1bf7053cc1875054779fd04b249fe5 X-VCS-Branch: master Date: Wed, 12 Jun 2024 17:11:31 +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: 90a0ba78-941d-45af-ab1a-ae8a60ea5b73 X-Archives-Hash: dfd377982d7c29df71ed444e23443daa commit: 026796908c1bf7053cc1875054779fd04b249fe5 Author: Mike Gilbert gentoo org> AuthorDate: Wed Jun 12 17:09:17 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jun 12 17:10:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02679690 sys-apps/systemd-utils: install /bin/udevadm symlink on split-usr elogind installs udev rules which hard-code this path. Signed-off-by: Mike Gilbert gentoo.org> .../{systemd-utils-255.7-r3.ebuild => systemd-utils-255.7-r4.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-apps/systemd-utils/systemd-utils-255.7-r3.ebuild b/sys-apps/systemd-utils/systemd-utils-255.7-r4.ebuild similarity index 99% rename from sys-apps/systemd-utils/systemd-utils-255.7-r3.ebuild rename to sys-apps/systemd-utils/systemd-utils-255.7-r4.ebuild index be5bd107ffa6..523af66c5d3b 100644 --- a/sys-apps/systemd-utils/systemd-utils-255.7-r3.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-255.7-r4.ebuild @@ -487,6 +487,10 @@ multilib_src_install() { set_rpath udevadm systemd-hwdb dobin udevadm systemd-hwdb dosym ../../bin/udevadm /usr/lib/systemd/systemd-udevd + if use split-usr; then + # elogind installs udev rules that hard-code /bin/udevadm + dosym ../usr/bin/udevadm /bin/udevadm + fi exeinto /usr/lib/udev set_rpath {ata_id,cdrom_id,fido_id,iocost,mtd_probe,scsi_id,v4l_id}