diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:56 +0100 |
commit | 4015f2f5cc5d05bfa8ec160ed1866d88f9b1cf85 (patch) | |
tree | 6354fa6b2e9330dbb085eaace3d04386468a8b56 /app-text/wv | |
parent | app-text/tesseract: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-4015f2f5cc5d05bfa8ec160ed1866d88f9b1cf85.tar.gz gentoo-4015f2f5cc5d05bfa8ec160ed1866d88f9b1cf85.tar.bz2 gentoo-4015f2f5cc5d05bfa8ec160ed1866d88f9b1cf85.zip |
app-text/wv: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/wv')
-rw-r--r-- | app-text/wv/wv-1.2.9-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/wv/wv-1.2.9-r2.ebuild b/app-text/wv/wv-1.2.9-r2.ebuild index ccc86cd45733..64c371e4ece2 100644 --- a/app-text/wv/wv-1.2.9-r2.ebuild +++ b/app-text/wv/wv-1.2.9-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools +inherit eutils autotools ltprune DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable" SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${P}.tar.gz" |