app-text/wv: drop deprecated ltprune eclass

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Conrad Kostecki
2021-05-31 11:17:01 +02:00
committed by David Seifert
parent 683544d3ab
commit 07c2d7a4ed

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools ltprune
inherit autotools
DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable"
SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${P}.tar.gz"
@@ -53,7 +53,7 @@ src_configure() {
src_install() {
default
prune_libtool_files
find "${ED}" -name '*.la' -delete || die
rm -f "${ED}"/usr/share/man/man1/wvConvert.1
if use tools; then