Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/efax-gtk/
Date: Sat, 01 Feb 2020 13:50:43
Message-Id: 1580565033.44c516475f4f8c8091e43f3d497b458bd377480d.jer@gentoo
1 commit: 44c516475f4f8c8091e43f3d497b458bd377480d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 1 13:49:46 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 1 13:50:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c51647
7
8 x11-misc/efax-gtk: Drop IUSE=nls
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Closes: https://bugs.gentoo.org/593640
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 x11-misc/efax-gtk/efax-gtk-3.2.13-r1.ebuild | 14 ++++++++------
15 1 file changed, 8 insertions(+), 6 deletions(-)
16
17 diff --git a/x11-misc/efax-gtk/efax-gtk-3.2.13-r1.ebuild b/x11-misc/efax-gtk/efax-gtk-3.2.13-r1.ebuild
18 index 3a4ae41be48..22632197465 100644
19 --- a/x11-misc/efax-gtk/efax-gtk-3.2.13-r1.ebuild
20 +++ b/x11-misc/efax-gtk/efax-gtk-3.2.13-r1.ebuild
21 @@ -10,16 +10,19 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz"
22 LICENSE="GPL-2 LGPL-2.1"
23 SLOT="0"
24 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
25 -IUSE="nls"
26
27 -RDEPEND=">=dev-libs/glib-2.10
28 +RDEPEND="
29 + >=dev-libs/glib-2.10
30 media-libs/tiff:0=
31 x11-libs/libX11
32 x11-libs/c++-gtk-utils:0[gtk]
33 - x11-libs/gtk+:3"
34 -DEPEND="${RDEPEND}
35 + x11-libs/gtk+:3
36 +"
37 +DEPEND="
38 + ${RDEPEND}
39 virtual/pkgconfig
40 - nls? ( sys-devel/gettext )"
41 + sys-devel/gettext
42 +"
43
44 DOCS="AUTHORS BUGS ChangeLog README"
45 PATCHES=(
46 @@ -38,7 +41,6 @@ src_prepare() {
47
48 src_configure() {
49 econf \
50 - $(use_enable nls) \
51 --with-gtk-version=gtk3
52 }