diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-07-03 13:06:37 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-07-03 13:08:17 +0200 |
commit | 0ec5113914c8e4c8e102b6577d641ffd7cf6fc0e (patch) | |
tree | 049647ce7e8ae2332e53a507786abcef8b6cc553 /sys-apps/util-linux | |
parent | sys-block/di: Removed old. (diff) | |
download | gentoo-0ec5113914c8e4c8e102b6577d641ffd7cf6fc0e.tar.gz gentoo-0ec5113914c8e4c8e102b6577d641ffd7cf6fc0e.tar.bz2 gentoo-0ec5113914c8e4c8e102b6577d641ffd7cf6fc0e.zip |
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 <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.34-r2.ebuild (renamed from sys-apps/util-linux/util-linux-2.34-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-2.34-r1.ebuild b/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 |