From aae764dcd10476f37132ff6ce710614ae992cb04 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 31 May 2021 11:19:00 +0200 Subject: net-proxy/dante: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki Signed-off-by: David Seifert --- net-proxy/dante/dante-1.4.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/dante/dante-1.4.1-r2.ebuild b/net-proxy/dante/dante-1.4.1-r2.ebuild index 268abe481b9b..24d8800d13f8 100644 --- a/net-proxy/dante/dante-1.4.1-r2.ebuild +++ b/net-proxy/dante/dante-1.4.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools ltprune systemd user +inherit autotools systemd user DESCRIPTION="A free socks4,5 and msproxy implementation" HOMEPAGE="https://www.inet.no/dante/" @@ -94,7 +94,7 @@ src_install() { docinto examples dodoc example/*.conf - prune_libtool_files + find "${ED}" -name '*.la' -delete || die } pkg_postinst() { -- cgit v1.2.3-65-gdbad