From e5ba03ec829a8b42eb4f28f105810606791e81e4 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 30 Apr 2020 20:11:51 +0200 Subject: app-i18n/tomoe-gtk: Drop USE static-libs Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- cgit v1.2.3-65-gdbad