From: Akinori Hattori Date: Wed, 6 Feb 2019 13:49:47 +0000 (+0900) Subject: app-i18n/tomoe: drop ltprune X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b9be94d2cfbf8e900cfe74eb51a1b7db0a4cf0a3;p=gentoo.git app-i18n/tomoe: drop ltprune Signed-off-by: Akinori Hattori Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild index dd833dbdab43..bc94bf4f37bb 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild @@ -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 }