diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:40:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:41 +0100 |
commit | a2b4b469bc272a7f95c8d9a4b7edaedd81baa1e6 (patch) | |
tree | c114e6c277caa8d9c2eab5db2918a33ddb7963ce /app-text/chasen | |
parent | app-text/bogosort: eutils->epatch (diff) | |
download | gentoo-a2b4b469bc272a7f95c8d9a4b7edaedd81baa1e6.tar.gz gentoo-a2b4b469bc272a7f95c8d9a4b7edaedd81baa1e6.tar.bz2 gentoo-a2b4b469bc272a7f95c8d9a4b7edaedd81baa1e6.zip |
app-text/chasen: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/chasen')
-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 913b177defb5..1e618a384ee1 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils ltprune perl-module +inherit epatch ltprune perl-module DESCRIPTION="Japanese Morphological Analysis System, ChaSen" HOMEPAGE="http://chasen-legacy.sourceforge.jp/" |