app-i18n/tomoe-gtk: Drop USE static-libs
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 30 Apr 2020 18:11:51 +0000 (20:11 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 30 Apr 2020 18:18:57 +0000 (20:18 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild

index d5d63f1ff2b18eb6cded5c1602b6b9fb5e2e2838..24fcbb8f33741bbbcb7404d1c22f0e1e4edcb953 100644 (file)
@@ -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
 }