commit: b9be94d2cfbf8e900cfe74eb51a1b7db0a4cf0a3 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Wed Feb 6 13:49:47 2019 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Wed Feb 6 13:50:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9be94d2
app-i18n/tomoe: drop ltprune Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> 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 dd833dbdab4..bc94bf4f37b 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 }
