diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:09:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:43 +0100 |
commit | 1bce43b9fec57e6b29ecf01b2d3ea5578c862627 (patch) | |
tree | e8762287e6519640362a0e17185bcd8a3a5d7c27 /app-text/wv | |
parent | app-text/pstotext: eutils-- (diff) | |
download | gentoo-1bce43b9fec57e6b29ecf01b2d3ea5578c862627.tar.gz gentoo-1bce43b9fec57e6b29ecf01b2d3ea5578c862627.tar.bz2 gentoo-1bce43b9fec57e6b29ecf01b2d3ea5578c862627.zip |
app-text/wv: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/wv')
-rw-r--r-- | app-text/wv/wv-1.2.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/wv/wv-1.2.9-r2.ebuild b/app-text/wv/wv-1.2.9-r2.ebuild index b75a8fa43bfc..6f316088f9d9 100644 --- a/app-text/wv/wv-1.2.9-r2.ebuild +++ b/app-text/wv/wv-1.2.9-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools ltprune +inherit 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" |