From b9be94d2cfbf8e900cfe74eb51a1b7db0a4cf0a3 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Wed, 6 Feb 2019 22:49:47 +0900 Subject: [PATCH] app-i18n/tomoe: drop ltprune Signed-off-by: Akinori Hattori Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild index dd833dbdab438..bc94bf4f37bbc 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 }