From: Andreas Sturmlechner Date: Thu, 30 Apr 2020 18:11:51 +0000 (+0200) Subject: app-i18n/tomoe-gtk: Drop USE static-libs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e5ba03ec829a8b42eb4f28f105810606791e81e4;p=gentoo.git app-i18n/tomoe-gtk: Drop USE static-libs Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild index d5d63f1ff2b1..24fcbb8f3374 100644 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="static-libs" +IUSE="" RDEPEND="app-i18n/tomoe x11-libs/gtk+:2" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} src_configure() { econf \ - $(use_enable static-libs static) \ + --disable-static \ --without-python \ --without-gucharmap }