summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-proxy/dante/dante-1.4.1-r2.ebuild4
1 files 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() {