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

Closes: https://bugs.gentoo.org/689116
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2019-07-02 09:36:07 +02:00
parent 04434151ae
commit 61019ed248
2 changed files with 8 additions and 8 deletions

View File

@@ -243,14 +243,14 @@ python_install() {
multilib_src_install() {
emake DESTDIR="${D}" install
if multilib_is_native_abi && use python; then
python_foreach_impl python_install
fi
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() {

View File

@@ -243,14 +243,14 @@ python_install() {
multilib_src_install() {
emake DESTDIR="${D}" install
if multilib_is_native_abi && use python; then
python_foreach_impl python_install
fi
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() {