summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 10:58:55 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 10:58:55 +0100
commit1b93886453b748d7492640f6a5fdd0c2ce33969e (patch)
tree454e9890e5b26025cd52d643324d976dbc43189a /dev-libs/libffi
parentdev-libs/libevocosm: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-1b93886453b748d7492640f6a5fdd0c2ce33969e.tar.gz
gentoo-1b93886453b748d7492640f6a5fdd0c2ce33969e.tar.bz2
gentoo-1b93886453b748d7492640f6a5fdd0c2ce33969e.zip
dev-libs/libffi: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r--dev-libs/libffi/libffi-3.2.1-r1.ebuild4
-rw-r--r--dev-libs/libffi/libffi-3.2.1-r2.ebuild4
-rw-r--r--dev-libs/libffi/libffi-3.2.1-r3.ebuild4
-rw-r--r--dev-libs/libffi/libffi-3.2.1.ebuild2
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-libs/libffi/libffi-3.2.1-r1.ebuild b/dev-libs/libffi/libffi-3.2.1-r1.ebuild
index e5cf6d05c70e..34cbd2355b98 100644
--- a/dev-libs/libffi/libffi-3.2.1-r1.ebuild
+++ b/dev-libs/libffi/libffi-3.2.1-r1.ebuild
@@ -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/"
diff --git a/dev-libs/libffi/libffi-3.2.1-r2.ebuild b/dev-libs/libffi/libffi-3.2.1-r2.ebuild
index 103bb3c379fb..4cc226c3db2a 100644
--- a/dev-libs/libffi/libffi-3.2.1-r2.ebuild
+++ b/dev-libs/libffi/libffi-3.2.1-r2.ebuild
@@ -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/"
diff --git a/dev-libs/libffi/libffi-3.2.1-r3.ebuild b/dev-libs/libffi/libffi-3.2.1-r3.ebuild
index f49ffaf9ea2f..e95632cfc4a0 100644
--- a/dev-libs/libffi/libffi-3.2.1-r3.ebuild
+++ b/dev-libs/libffi/libffi-3.2.1-r3.ebuild
@@ -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
}
diff --git a/dev-libs/libffi/libffi-3.2.1.ebuild b/dev-libs/libffi/libffi-3.2.1.ebuild
index 4cb326a4c2e4..300446954037 100644
--- a/dev-libs/libffi/libffi-3.2.1.ebuild
+++ b/dev-libs/libffi/libffi-3.2.1.ebuild
@@ -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/"