dev-libs/libffi: [QA] inherit ltprune.eclass directly
authorDavid Seifert <soap@gentoo.org>
Sat, 15 Feb 2020 09:58:55 +0000 (10:58 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 15 Feb 2020 09:58:55 +0000 (10:58 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-libs/libffi/libffi-3.2.1-r1.ebuild
dev-libs/libffi/libffi-3.2.1-r2.ebuild
dev-libs/libffi/libffi-3.2.1-r3.ebuild
dev-libs/libffi/libffi-3.2.1.ebuild

index e5cf6d05c70ea87feeeef6ca076d1d7c75592b1c..34cbd2355b988bd21583c578850507e15b4c2691 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils libtool multilib multilib-minimal toolchain-funcs
+inherit eutils libtool ltprune multilib multilib-minimal toolchain-funcs
 
 DESCRIPTION="a portable, high level programming interface to various calling conventions"
 HOMEPAGE="https://sourceware.org/libffi/"
index 103bb3c379fbc2dfe510ecce5536077d0b167dd8..4cc226c3db2a26b216fea8306b65089090a84e21 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils libtool multilib multilib-minimal toolchain-funcs
+inherit eutils libtool ltprune multilib multilib-minimal toolchain-funcs
 
 DESCRIPTION="a portable, high level programming interface to various calling conventions"
 HOMEPAGE="https://sourceware.org/libffi/"
index f49ffaf9ea2f4693e847e44d550fc6851dbe1f6e..e95632cfc4a06e675bf94bb899c3e740d3675697 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -67,6 +67,6 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-       prune_libtool_files
        einstalldocs
+       find "${D}" -name '*.la' -delete || die
 }
index 4cb326a4c2e45c175afc4c0cd1335a4b6c01a47b..30044695403756671795600f6634aa98c2fbac4e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils libtool multilib multilib-minimal toolchain-funcs
+inherit eutils libtool ltprune multilib multilib-minimal toolchain-funcs
 
 DESCRIPTION="a portable, high level programming interface to various calling conventions"
 HOMEPAGE="https://sourceware.org/libffi/"