From: Lars Wendler Date: Wed, 3 Jul 2019 11:06:37 +0000 (+0200) Subject: sys-apps/util-linux: Attempt to fix ntfs-3g mount with USE="python" X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ec5113914c8e4c8e102b6577d641ffd7cf6fc0e;p=gentoo.git 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 --- 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