summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-05-31 11:18:54 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-31 11:18:54 +0200
commitb94cdb25b4dcc25f83f3bd4e5188bee7c1699ab4 (patch)
treef6bd4bdf8e0443a286789f1cbcb36bad0d741dd4 /net-libs/ldns
parentnet-firewall/nufw: drop deprecated ltprune eclass (diff)
downloadgentoo-b94cdb25b4dcc25f83f3bd4e5188bee7c1699ab4.tar.gz
gentoo-b94cdb25b4dcc25f83f3bd4e5188bee7c1699ab4.tar.bz2
gentoo-b94cdb25b4dcc25f83f3bd4e5188bee7c1699ab4.zip
net-libs/ldns: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/ldns')
-rw-r--r--net-libs/ldns/ldns-1.7.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild b/net-libs/ldns/ldns-1.7.1-r1.ebuild
index 95e2628a1d8e..046f31d91c8f 100644
--- a/net-libs/ldns/ldns-1.7.1-r1.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{7,8} )
-inherit epatch ltprune multilib-minimal python-single-r1
+inherit epatch multilib-minimal python-single-r1
DESCRIPTION="a library with the aim to simplify DNS programming in C"
HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
@@ -97,7 +97,7 @@ multilib_src_install() {
multilib_src_install_all() {
dodoc Changelog README*
- prune_libtool_files --modules
+ find "${ED}" -name '*.la' -delete || die
use python && python_optimize
if use vim-syntax ; then