From 0ec5113914c8e4c8e102b6577d641ffd7cf6fc0e Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 3 Jul 2019 13:06:37 +0200 Subject: [PATCH] sys-apps/util-linux: Attempt to fix ntfs-3g mount with USE="python" Bug: https://bugs.gentoo.org/689190 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Lars Wendler --- .../{util-linux-2.34-r1.ebuild => util-linux-2.34-r2.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename sys-apps/util-linux/{util-linux-2.34-r1.ebuild => util-linux-2.34-r2.ebuild} (99%) diff --git a/sys-apps/util-linux/util-linux-2.34-r1.ebuild b/sys-apps/util-linux/util-linux-2.34-r2.ebuild similarity index 99% rename from sys-apps/util-linux/util-linux-2.34-r1.ebuild rename to sys-apps/util-linux/util-linux-2.34-r2.ebuild index b15e6ad1a438..2b00a2ad6fa2 100644 --- a/sys-apps/util-linux/util-linux-2.34-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.34-r2.ebuild @@ -241,12 +241,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