diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:42 +0100 |
commit | e14c13c743853f3b089989ffa10575b03e725535 (patch) | |
tree | 8a50ff0faee001d3d347393e510246e7e756e184 /app-text | |
parent | app-text/a2ps: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-e14c13c743853f3b089989ffa10575b03e725535.tar.gz gentoo-e14c13c743853f3b089989ffa10575b03e725535.tar.bz2 gentoo-e14c13c743853f3b089989ffa10575b03e725535.zip |
app-text/chasen: [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/chasen/chasen-2.4.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/chasen/chasen-2.4.4-r3.ebuild b/app-text/chasen/chasen-2.4.4-r3.ebuild index 918861f19523..102f7e147888 100644 --- a/app-text/chasen/chasen-2.4.4-r3.ebuild +++ b/app-text/chasen/chasen-2.4.4-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils perl-module +inherit eutils ltprune perl-module DESCRIPTION="Japanese Morphological Analysis System, ChaSen" HOMEPAGE="http://chasen-legacy.sourceforge.jp/" |