mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
committed by
David Seifert
parent
683544d3ab
commit
07c2d7a4ed
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user