sys-apps/util-linux: move gen_usr_ldscript after python install
authorMike Gilbert <floppym@gentoo.org>
Sat, 29 Dec 2018 18:47:57 +0000 (13:47 -0500)
committerMike Gilbert <floppym@gentoo.org>
Sat, 29 Dec 2018 18:49:52 +0000 (13:49 -0500)
Closes: https://bugs.gentoo.org/674010
Package-Manager: Portage-2.3.53, Repoman-2.3.12_p31
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
sys-apps/util-linux/util-linux-2.33-r1.ebuild [moved from sys-apps/util-linux/util-linux-2.33.ebuild with 100% similarity]

similarity index 100%
rename from sys-apps/util-linux/util-linux-2.33.ebuild
rename to sys-apps/util-linux/util-linux-2.33-r1.ebuild
index cf66f3c521bb9e4f7450626fd0f2b05b531c7a80..893385c398ddcb2f1de4418d49af526141ec31ad 100644 (file)
@@ -243,16 +243,16 @@ python_install() {
 }
 
 multilib_src_install() {
+       if multilib_is_native_abi && use python; then
+               python_foreach_impl python_install
+       fi
+
        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
        fi
-
-       if multilib_is_native_abi && use python; then
-               python_foreach_impl python_install
-       fi
 }
 
 multilib_src_install_all() {