projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f24304
)
app-i18n/tomoe: drop ltprune
author
Akinori Hattori
<hattya@gentoo.org>
Wed, 6 Feb 2019 13:49:47 +0000
(22:49 +0900)
committer
Akinori Hattori
<hattya@gentoo.org>
Wed, 6 Feb 2019 13:50:20 +0000
(22:50 +0900)
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
patch
|
blob
|
history
diff --git
a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index dd833dbdab43886111745b91fc6c2a2646274a1f..bc94bf4f37bbc50c7ed500caec0d5f9d5a700d0f 100644
(file)
--- 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
}