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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86D5315817D for ; Tue, 11 Jun 2024 21:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D59F7E2AF7; Tue, 11 Jun 2024 21:26:47 +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 AE985E2AF7 for ; Tue, 11 Jun 2024 21:26:47 +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 A565A335C2E for ; Tue, 11 Jun 2024 21:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A23715F7 for ; Tue, 11 Jun 2024 21:26:45 +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: <1718141107.4e328d69021fbf102bb42cfe32cf371db8dfd887.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-r2.ebuild sys-apps/systemd-utils/systemd-utils-255.7-r3.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 4e328d69021fbf102bb42cfe32cf371db8dfd887 X-VCS-Branch: master Date: Tue, 11 Jun 2024 21:26:45 +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: c372a46f-9725-4d71-8a38-81628af4252c X-Archives-Hash: 814e561709f9233a74ae71bbe20ad7cd commit: 4e328d69021fbf102bb42cfe32cf371db8dfd887 Author: Mike Gilbert gentoo org> AuthorDate: Tue Jun 11 21:25:07 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jun 11 21:25:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e328d69 sys-apps/systemd-utils: move ukify to /usr/bin Moved upstream in f65aa477d90ab7fbbc50ba05c55180213d5992e0. Signed-off-by: Mike Gilbert gentoo.org> .../{systemd-utils-255.7-r2.ebuild => systemd-utils-255.7-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/systemd-utils/systemd-utils-255.7-r2.ebuild b/sys-apps/systemd-utils/systemd-utils-255.7-r3.ebuild similarity index 99% rename from sys-apps/systemd-utils/systemd-utils-255.7-r2.ebuild rename to sys-apps/systemd-utils/systemd-utils-255.7-r3.ebuild index 5eada6a19240..be5bd107ffa6 100644 --- a/sys-apps/systemd-utils/systemd-utils-255.7-r2.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-255.7-r3.ebuild @@ -513,8 +513,8 @@ multilib_src_install() { doman man/udev_*.3 fi if use ukify; then - exeinto /usr/lib/systemd - doexe ukify + dobin ukify + dosym ../../bin/ukify /usr/lib/systemd/ukify doman man/ukify.1 fi fi