Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/dante/
Date: Mon, 31 May 2021 09:20:21
Message-Id: 1622452740.aae764dcd10476f37132ff6ce710614ae992cb04.soap@gentoo
1 commit: aae764dcd10476f37132ff6ce710614ae992cb04
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:00 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae764dc
7
8 net-proxy/dante: drop deprecated ltprune eclass
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-proxy/dante/dante-1.4.1-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-proxy/dante/dante-1.4.1-r2.ebuild b/net-proxy/dante/dante-1.4.1-r2.ebuild
17 index 268abe481b9..24d8800d13f 100644
18 --- a/net-proxy/dante/dante-1.4.1-r2.ebuild
19 +++ b/net-proxy/dante/dante-1.4.1-r2.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit autotools ltprune systemd user
25 +inherit autotools systemd user
26
27 DESCRIPTION="A free socks4,5 and msproxy implementation"
28 HOMEPAGE="https://www.inet.no/dante/"
29 @@ -94,7 +94,7 @@ src_install() {
30 docinto examples
31 dodoc example/*.conf
32
33 - prune_libtool_files
34 + find "${ED}" -name '*.la' -delete || die
35 }
36
37 pkg_postinst() {