From 442f37d91495636e0101cc34e7690ac7357d953e Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 3 Jul 2019 13:10:21 +0200 Subject: [PATCH] sys-apps/util-linux: Synced live ebuild. Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Lars Wendler --- sys-apps/util-linux/util-linux-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index ef3a8b6b3247..89fd6458e7b2 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -247,12 +247,13 @@ python_install() { } multilib_src_install() { - emake DESTDIR="${D}" install - if multilib_is_native_abi && use python; then python_foreach_impl python_install fi + # This needs to be called AFTER python_install call (#689190) + 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 -- 2.26.2