diff options
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 1e618a384ee1..e8557113ca4b 100644 --- a/app-text/chasen/chasen-2.4.4-r3.ebuild +++ b/app-text/chasen/chasen-2.4.4-r3.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit epatch ltprune perl-module +inherit epatch perl-module DESCRIPTION="Japanese Morphological Analysis System, ChaSen" HOMEPAGE="http://chasen-legacy.sourceforge.jp/" @@ -56,5 +56,5 @@ src_install() { newdoc README README.perl fi - prune_libtool_files + find "${ED}" -name '*.la' -delete || die } |