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)
