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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9A33158232 for ; Sun, 8 Dec 2024 23:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1857E0BB8; Sun, 8 Dec 2024 23:15:01 +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 A240CE0BB8 for ; Sun, 8 Dec 2024 23:15:00 +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 74370343123 for ; Sun, 8 Dec 2024 23:14:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6DF0AED for ; Sun, 8 Dec 2024 23:14:57 +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: <1733699631.3f4244ff0d9863e9aff2a143d1efd2aad6a99a9a.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-254.21-r1.ebuild sys-apps/systemd-utils/systemd-utils-254.21.ebuild sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild sys-apps/systemd-utils/systemd-utils-255.15.ebuild sys-apps/systemd-utils/systemd-utils-256.9-r1.ebuild sys-apps/systemd-utils/systemd-utils-256.9.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3f4244ff0d9863e9aff2a143d1efd2aad6a99a9a X-VCS-Branch: master Date: Sun, 8 Dec 2024 23:14:57 +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: 93af8f72-4d72-46c3-9284-a77a6e3ce5e1 X-Archives-Hash: f696e8f737db48d697f578dc03134681 commit: 3f4244ff0d9863e9aff2a143d1efd2aad6a99a9a Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 8 23:13:51 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 8 23:13:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4244ff sys-apps/systemd-utils: build in release mode Bug: https://bugs.gentoo.org/918671 Bug: https://bugs.gentoo.org/945890 Signed-off-by: Mike Gilbert gentoo.org> .../{systemd-utils-254.21.ebuild => systemd-utils-254.21-r1.ebuild} | 2 ++ .../{systemd-utils-255.15.ebuild => systemd-utils-255.15-r1.ebuild} | 2 ++ .../{systemd-utils-256.9.ebuild => systemd-utils-256.9-r1.ebuild} | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sys-apps/systemd-utils/systemd-utils-254.21.ebuild b/sys-apps/systemd-utils/systemd-utils-254.21-r1.ebuild similarity index 99% rename from sys-apps/systemd-utils/systemd-utils-254.21.ebuild rename to sys-apps/systemd-utils/systemd-utils-254.21-r1.ebuild index d286731a7dd0..28e5f1212998 100644 --- a/sys-apps/systemd-utils/systemd-utils-254.21.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-254.21-r1.ebuild @@ -153,6 +153,8 @@ src_configure() { multilib_src_configure() { local emesonargs=( + # default is developer, bug 918671 + -Dmode=release $(meson_use split-usr) $(meson_use split-usr split-bin) -Drootprefix="$(usex split-usr "${EPREFIX:-/}" "${EPREFIX}/usr")" diff --git a/sys-apps/systemd-utils/systemd-utils-255.15.ebuild b/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild similarity index 99% rename from sys-apps/systemd-utils/systemd-utils-255.15.ebuild rename to sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild index 28976b528d4c..ecdb11ece220 100644 --- a/sys-apps/systemd-utils/systemd-utils-255.15.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-255.15-r1.ebuild @@ -151,6 +151,8 @@ src_configure() { multilib_src_configure() { local emesonargs=( + # default is developer, bug 918671 + -Dmode=release -Dsysvinit-path= $(meson_native_use_bool boot bootloader) $(meson_native_use_bool kernel-install) diff --git a/sys-apps/systemd-utils/systemd-utils-256.9.ebuild b/sys-apps/systemd-utils/systemd-utils-256.9-r1.ebuild similarity index 99% rename from sys-apps/systemd-utils/systemd-utils-256.9.ebuild rename to sys-apps/systemd-utils/systemd-utils-256.9-r1.ebuild index 34469971b34d..6cf34e1f1945 100644 --- a/sys-apps/systemd-utils/systemd-utils-256.9.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-256.9-r1.ebuild @@ -142,6 +142,8 @@ src_configure() { multilib_src_configure() { local emesonargs=( + # default is developer, bug 918671 + -Dmode=release -Dsysvinit-path= $(meson_native_use_bool boot bootloader) $(meson_native_use_bool kernel-install)