From 12cbec31c5df89959bb1f983b9cbf8bf9a0b9aef Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 29 Dec 2018 13:47:57 -0500 Subject: [PATCH] sys-apps/util-linux: move gen_usr_ldscript after python install Closes: https://bugs.gentoo.org/674010 Package-Manager: Portage-2.3.53, Repoman-2.3.12_p31 Signed-off-by: Mike Gilbert --- .../{util-linux-2.33.ebuild => util-linux-2.33-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename sys-apps/util-linux/{util-linux-2.33.ebuild => util-linux-2.33-r1.ebuild} (100%) diff --git a/sys-apps/util-linux/util-linux-2.33.ebuild b/sys-apps/util-linux/util-linux-2.33-r1.ebuild similarity index 100% rename from sys-apps/util-linux/util-linux-2.33.ebuild rename to sys-apps/util-linux/util-linux-2.33-r1.ebuild index cf66f3c521bb..893385c398dd 100644 --- a/sys-apps/util-linux/util-linux-2.33.ebuild +++ b/sys-apps/util-linux/util-linux-2.33-r1.ebuild @@ -243,16 +243,16 @@ python_install() { } multilib_src_install() { + if multilib_is_native_abi && use python; then + python_foreach_impl python_install + fi + emake DESTDIR="${D}" install if multilib_is_native_abi && use userland_GNU; then # need the libs in / gen_usr_ldscript -a blkid fdisk mount smartcols uuid fi - - if multilib_is_native_abi && use python; then - python_foreach_impl python_install - fi } multilib_src_install_all() { -- 2.26.2