app-i18n/tomoe: drop ltprune

Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Akinori Hattori
2019-02-06 22:49:47 +09:00
parent 8f24304bad
commit b9be94d2cf

View File

@@ -5,7 +5,7 @@ EAPI="6"
PYTHON_COMPAT=( python2_7 )
USE_RUBY="ruby23 ruby24"
inherit autotools ltprune python-single-r1 ruby-single
inherit autotools python-single-r1 ruby-single
DESCRIPTION="Japanese handwriting recognition engine"
HOMEPAGE="http://tomoe.osdn.jp/"
@@ -90,5 +90,5 @@ src_configure() {
src_install() {
default
prune_libtool_files --modules
find "${ED}" -name '*.la' -delete || die
}