app-i18n/tomoe: Drop USE static-libs
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 30 Apr 2020 18:13:40 +0000 (20:13 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 30 Apr 2020 18:18:58 +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/tomoe-0.6.0-r6.ebuild

index 4be2663f575f1ff37325f26db9d7312fa416e4db..00b0c32111b16bf4c2aa76318ccf8667b294a77c 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} static-libs subversion"
+IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} subversion"
 REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
 
 RESTRICT="test"
@@ -65,7 +65,7 @@ src_configure() {
 
        econf \
                $(use_enable ruby dict-ruby) \
-               $(use_enable static-libs static) \
+               --disable-static \
                --without-python \
                $(use_with ruby ruby "$(type -P ${ruby})") \
                --with-svn-include="${EPREFIX}"/usr/include \