Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
Date: Thu, 30 Apr 2020 18:38:02
Message-Id: 1588270738.774258d29b58d5f98231effd89470d9c2df21d71.asturm@gentoo
1 commit: 774258d29b58d5f98231effd89470d9c2df21d71
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 18:13:40 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 18:18:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774258d2
7
8 app-i18n/tomoe: Drop USE static-libs
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-i18n/tomoe/tomoe-0.6.0-r6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
17 index 4be2663f575..00b0c32111b 100644
18 --- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
19 +++ b/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
21 LICENSE="LGPL-2.1"
22 SLOT="0"
23 KEYWORDS="amd64 x86"
24 -IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} static-libs subversion"
25 +IUSE="hyperestraier mysql ruby ${USE_RUBY//ruby/ruby_targets_ruby} subversion"
26 REQUIRED_USE="ruby? ( ^^ ( ${USE_RUBY//ruby/ruby_targets_ruby} ) )"
27
28 RESTRICT="test"
29 @@ -65,7 +65,7 @@ src_configure() {
30
31 econf \
32 $(use_enable ruby dict-ruby) \
33 - $(use_enable static-libs static) \
34 + --disable-static \
35 --without-python \
36 $(use_with ruby ruby "$(type -P ${ruby})") \
37 --with-svn-include="${EPREFIX}"/usr/include \