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-gtk/
Date: Thu, 30 Apr 2020 18:38:01
Message-Id: 1588270737.e5ba03ec829a8b42eb4f28f105810606791e81e4.asturm@gentoo
1 commit: e5ba03ec829a8b42eb4f28f105810606791e81e4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 18:11:51 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 18:18:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ba03ec
7
8 app-i18n/tomoe-gtk: 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-gtk/tomoe-gtk-0.6.0-r6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index d5d63f1ff2b..24fcbb8f337 100644
18 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
19 +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
20 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
21 LICENSE="LGPL-2.1"
22 SLOT="0"
23 KEYWORDS="amd64 x86"
24 -IUSE="static-libs"
25 +IUSE=""
26
27 RDEPEND="app-i18n/tomoe
28 x11-libs/gtk+:2"
29 @@ -21,7 +21,7 @@ DEPEND="${RDEPEND}
30
31 src_configure() {
32 econf \
33 - $(use_enable static-libs static) \
34 + --disable-static \
35 --without-python \
36 --without-gucharmap
37 }