summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-05-31 11:16:38 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-31 11:16:38 +0200
commit998bf0cd2a079092ff97a5a55ed24b48fc23b078 (patch)
treebaefce259ec6535461a90f505669eac70a1b1977
parentapp-i18n/scim-bridge: drop deprecated ltprune eclass (diff)
downloadgentoo-998bf0cd2a079092ff97a5a55ed24b48fc23b078.tar.gz
gentoo-998bf0cd2a079092ff97a5a55ed24b48fc23b078.tar.bz2
gentoo-998bf0cd2a079092ff97a5a55ed24b48fc23b078.zip
app-i18n/scim-tomoe: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild
index f1348027a755..c6c427a16733 100644
--- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild
@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit ltprune
DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM"
HOMEPAGE="http://tomoe.sourceforge.net/"
@@ -31,5 +30,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files --modules
+ find "${ED}" -name '*.la' -delete || die
}