commit:     12cbec31c5df89959bb1f983b9cbf8bf9a0b9aef
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 18:47:57 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 18:49:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cbec31

sys-apps/util-linux: move gen_usr_ldscript after python install

Closes: https://bugs.gentoo.org/674010
Package-Manager: Portage-2.3.53, Repoman-2.3.12_p31
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../{util-linux-2.33.ebuild => util-linux-2.33-r1.ebuild}         | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-2.33.ebuild 
b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
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 cf66f3c521b..893385c398d 100644
--- a/sys-apps/util-linux/util-linux-2.33.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
@@ -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() {

Reply via email to