commit: 5c6503380aa52cb372979844bce9fc33a8b1e2e5 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Sep 18 12:40:12 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Sep 18 12:41:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c650338
app-i18n/scim-tomoe: Drop static and .la files Package-Manager: portage-2.3.0 app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 54ba846..a7ae98f 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 @@ -3,6 +3,7 @@ # $Id$ EAPI=6 +inherit eutils DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM" HOMEPAGE="http://tomoe.sourceforge.net/" @@ -24,3 +25,12 @@ DEPEND="${RDEPEND} " PATCHES=( "${FILESDIR}"/${P}-gcc43.patch ) + +src_configure() { + econf --disable-static +} + +src_install() { + default + prune_libtool_files --modules +}
