From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1493510-garchives=archives.gentoo.org@lists.gentoo.org> 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 CD3AB15802F for <garchives@archives.gentoo.org>; Sun, 5 Mar 2023 03:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3E27E0878; Sun, 5 Mar 2023 03:24:33 +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 9226DE0878 for <gentoo-commits@lists.gentoo.org>; Sun, 5 Mar 2023 03:24:33 +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 829303412CE for <gentoo-commits@lists.gentoo.org>; Sun, 5 Mar 2023 03:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECFF988E for <gentoo-commits@lists.gentoo.org>; Sun, 5 Mar 2023 03:24:30 +0000 (UTC) From: "Mike Gilbert" <floppym@gentoo.org> 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" <floppym@gentoo.org> Message-ID: <1677986661.220b04352f5151b15575b0fd06874c1037013e80.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-251.10-r1.ebuild sys-apps/systemd-utils/systemd-utils-252.6.ebuild sys-apps/systemd-utils/systemd-utils-252.7.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 220b04352f5151b15575b0fd06874c1037013e80 X-VCS-Branch: master Date: Sun, 5 Mar 2023 03:24:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 388ca299-9116-4ca9-ae4b-69512e42e392 X-Archives-Hash: 1f3ffd4e208519ad57c110c504814cb0 commit: 220b04352f5151b15575b0fd06874c1037013e80 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Mar 5 03:22:13 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Mar 5 03:24:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220b0435 sys-apps/systemd-utils: call python_setup Closes: https://bugs.gentoo.org/899622 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/systemd-utils/systemd-utils-251.10-r1.ebuild | 5 +++++ sys-apps/systemd-utils/systemd-utils-252.6.ebuild | 5 +++++ sys-apps/systemd-utils/systemd-utils-252.7.ebuild | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/sys-apps/systemd-utils/systemd-utils-251.10-r1.ebuild b/sys-apps/systemd-utils/systemd-utils-251.10-r1.ebuild index 2b52117a1fb0..711bb3bae0b1 100644 --- a/sys-apps/systemd-utils/systemd-utils-251.10-r1.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-251.10-r1.ebuild @@ -159,6 +159,11 @@ src_configure() { multilib-minimal_src_configure } +src_configure() { + python_setup + meson-multilib_src_configure +} + multilib_src_configure() { local emesonargs=( $(meson_use split-usr) diff --git a/sys-apps/systemd-utils/systemd-utils-252.6.ebuild b/sys-apps/systemd-utils/systemd-utils-252.6.ebuild index 35fbaaa92fd2..f70a496cddc0 100644 --- a/sys-apps/systemd-utils/systemd-utils-252.6.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-252.6.ebuild @@ -130,6 +130,11 @@ src_prepare() { sed -i -e "/${rpath_pattern}/d" meson.build || die } +src_configure() { + python_setup + meson-multilib_src_configure +} + multilib_src_configure() { local emesonargs=( $(meson_use split-usr) diff --git a/sys-apps/systemd-utils/systemd-utils-252.7.ebuild b/sys-apps/systemd-utils/systemd-utils-252.7.ebuild index 35fbaaa92fd2..f70a496cddc0 100644 --- a/sys-apps/systemd-utils/systemd-utils-252.7.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-252.7.ebuild @@ -130,6 +130,11 @@ src_prepare() { sed -i -e "/${rpath_pattern}/d" meson.build || die } +src_configure() { + python_setup + meson-multilib_src_configure +} + multilib_src_configure() { local emesonargs=( $(meson_use split-usr)