summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-18 20:15:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-19 09:56:34 +0200
commit74e7e7359130e23dfe5c609523b6d6419ed5a5ad (patch)
treede26515bef51b1116bbb62ef6b766939f6b4674c /net-libs
parentnet-libs/libnetfilter_acct: Drop 1.0.2, EAPI5-- (diff)
downloadgentoo-74e7e7359130e23dfe5c609523b6d6419ed5a5ad.tar.gz
gentoo-74e7e7359130e23dfe5c609523b6d6419ed5a5ad.tar.bz2
gentoo-74e7e7359130e23dfe5c609523b6d6419ed5a5ad.zip
net-libs/libnetfilter_acct: Drop ltprune and unused multilib.eclass
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild
index 6a18d0bd1039..52f5a4ac76a4 100644
--- a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild
+++ b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild
@@ -2,9 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit linux-info ltprune multilib
-DESCRIPTION="library providing interface to extended accounting infrastructure"
+inherit linux-info
+
+DESCRIPTION="Library providing interface to extended accounting infrastructure"
HOMEPAGE="https://netfilter.org/projects/libnetfilter_acct/"
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
@@ -46,5 +47,5 @@ src_install() {
docompress -x /usr/share/doc/${P}/examples
fi
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}