commit:     0ec5113914c8e4c8e102b6577d641ffd7cf6fc0e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 11:06:37 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 11:08:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec51139

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 <AT> gentoo.org>

 .../{util-linux-2.34-r1.ebuild => util-linux-2.34-r2.ebuild}         | 5 +++--
 1 file 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
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 b15e6ad1a43..2b00a2ad6fa 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

Reply via email to