diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-30 20:13:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-30 20:18:58 +0200 |
commit | 774258d29b58d5f98231effd89470d9c2df21d71 (patch) | |
tree | 1376fd61e44e31f7770180727c8bd2070df57e7e /app-i18n/tomoe | |
parent | app-i18n/tomoe: Drop USE python (diff) | |
download | gentoo-774258d29b58d5f98231effd89470d9c2df21d71.tar.gz gentoo-774258d29b58d5f98231effd89470d9c2df21d71.tar.bz2 gentoo-774258d29b58d5f98231effd89470d9c2df21d71.zip |
app-i18n/tomoe: Drop USE static-libs
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-i18n/tomoe')
-rw-r--r-- | app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild index 4be2663f575f..00b0c32111b1 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild @@ -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 \ |