diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:52 +0100 |
commit | e9cab779273030aa86556ff82da7b287a64bf52f (patch) | |
tree | 0ac74c5d000eab11f72ce683a0ec3dfe9e81bb5d /app-text | |
parent | app-text/opensp: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-e9cab779273030aa86556ff82da7b287a64bf52f.tar.gz gentoo-e9cab779273030aa86556ff82da7b287a64bf52f.tar.bz2 gentoo-e9cab779273030aa86556ff82da7b287a64bf52f.zip |
app-text/ots: [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')
-rw-r--r-- | app-text/ots/ots-0.5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/ots/ots-0.5.0-r1.ebuild b/app-text/ots/ots-0.5.0-r1.ebuild index 9c4d8b68e35b..9a2c5ab2e821 100644 --- a/app-text/ots/ots-0.5.0-r1.ebuild +++ b/app-text/ots/ots-0.5.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="Open source Text Summarizer, as used in newer releases of abiword and kword" HOMEPAGE="http://libots.sourceforge.net/" |