sys-apps/util-linux: Really remove all libtool archives.
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 7 Nov 2017 10:31:20 +0000 (11:31 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 7 Nov 2017 10:31:20 +0000 (11:31 +0100)
Bug: https://bugs.gentoo.org/633570
Package-Manager: Portage-2.3.13, Repoman-2.3.4

sys-apps/util-linux/util-linux-2.30.2.ebuild
sys-apps/util-linux/util-linux-2.31.ebuild
sys-apps/util-linux/util-linux-9999.ebuild

index c8d83a120f7fb4243ffff20ef2d480b28e105fa1..dccc2ec94e4411aac52e86b9e94ee0512fd99bc2 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
-inherit ltprune toolchain-funcs libtool flag-o-matic bash-completion-r1 \
+inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \
        pam python-single-r1 multilib-minimal systemd
 
 MY_PV="${PV/_/-}"
@@ -181,7 +181,7 @@ multilib_src_install_all() {
        dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}
 
        # e2fsprogs-libs didnt install .la files, and .pc work fine
-       prune_libtool_files
+       find "${ED}" -name "*.la" -delete || die
 
        if use pam; then
                newpamd "${FILESDIR}/runuser.pamd" runuser
index 81b95f587ee9c37a609400704c179d649fbc4057..6c4f284810f79f037c6bc5c48a82b13a3fd6e47f 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
-inherit ltprune toolchain-funcs libtool flag-o-matic bash-completion-r1 \
+inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \
        pam python-single-r1 multilib-minimal systemd
 
 MY_PV="${PV/_/-}"
@@ -182,7 +182,7 @@ multilib_src_install_all() {
        dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}
 
        # e2fsprogs-libs didnt install .la files, and .pc work fine
-       prune_libtool_files
+       find "${ED}" -name "*.la" -delete || die
 
        if use pam; then
                newpamd "${FILESDIR}/runuser.pamd" runuser
index 81b95f587ee9c37a609400704c179d649fbc4057..6c4f284810f79f037c6bc5c48a82b13a3fd6e47f 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
-inherit ltprune toolchain-funcs libtool flag-o-matic bash-completion-r1 \
+inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \
        pam python-single-r1 multilib-minimal systemd
 
 MY_PV="${PV/_/-}"
@@ -182,7 +182,7 @@ multilib_src_install_all() {
        dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}
 
        # e2fsprogs-libs didnt install .la files, and .pc work fine
-       prune_libtool_files
+       find "${ED}" -name "*.la" -delete || die
 
        if use pam; then
                newpamd "${FILESDIR}/runuser.pamd" runuser