diff options
-rw-r--r-- | sys-apps/util-linux/util-linux-2.34-r1.ebuild (renamed from sys-apps/util-linux/util-linux-2.34.ebuild) | 8 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys-apps/util-linux/util-linux-2.34.ebuild b/sys-apps/util-linux/util-linux-2.34-r1.ebuild index efc59ae73575..b15e6ad1a438 100644 --- a/sys-apps/util-linux/util-linux-2.34.ebuild +++ b/sys-apps/util-linux/util-linux-2.34-r1.ebuild @@ -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() { diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index efc59ae73575..b15e6ad1a438 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -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() { |