Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
Date: Wed, 06 Feb 2019 13:50:41
Message-Id: 1549461020.b9be94d2cfbf8e900cfe74eb51a1b7db0a4cf0a3.hattya@gentoo
1 commit: b9be94d2cfbf8e900cfe74eb51a1b7db0a4cf0a3
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 6 13:49:47 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 6 13:50:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9be94d2
7
8 app-i18n/tomoe: drop ltprune
9
10 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
17 index dd833dbdab4..bc94bf4f37b 100644
18 --- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
19 +++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
20 @@ -5,7 +5,7 @@ EAPI="6"
21 PYTHON_COMPAT=( python2_7 )
22 USE_RUBY="ruby23 ruby24"
23
24 -inherit autotools ltprune python-single-r1 ruby-single
25 +inherit autotools python-single-r1 ruby-single
26
27 DESCRIPTION="Japanese handwriting recognition engine"
28 HOMEPAGE="http://tomoe.osdn.jp/"
29 @@ -90,5 +90,5 @@ src_configure() {
30
31 src_install() {
32 default
33 - prune_libtool_files --modules
34 + find "${ED}" -name '*.la' -delete || die
35 }