Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/netsurf/
Date: Mon, 29 Jun 2020 01:26:53
Message-Id: 1593393973.ab17ce2d706b52b3f8ab04a2f33c4ea12837b4cb.mjo@gentoo
1 commit: ab17ce2d706b52b3f8ab04a2f33c4ea12837b4cb
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 01:25:17 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 01:26:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab17ce2d
7
8 www-client/netsurf: tweak USE defaults.
9
10 The main purpose of this commit is to enable USE=gtk by default, to
11 avoid forcing users to choose one of USE=fbcon, USE=gtk2, or
12 USE=gtk. For what it's worth, the gtk(3) target is the upstream
13 default. This fixes an associated pkgcheck warning.
14
15 At the same time, I've turned off support for BMP, MNG, and RiscOS
16 bitmap images by default. There's nothing wrong with them -- they're
17 just basically nonexistent on the web, and doing so will pull in fewer
18 dependencies for most people.
19
20 Package-Manager: Portage-2.3.99, Repoman-2.3.22
21 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
22
23 www-client/netsurf/netsurf-3.10.ebuild | 4 ++--
24 1 file changed, 2 insertions(+), 2 deletions(-)
25
26 diff --git a/www-client/netsurf/netsurf-3.10.ebuild b/www-client/netsurf/netsurf-3.10.ebuild
27 index a0070e82799..206f8f8d2f6 100644
28 --- a/www-client/netsurf/netsurf-3.10.ebuild
29 +++ b/www-client/netsurf/netsurf-3.10.ebuild
30 @@ -12,8 +12,8 @@ SRC_URI="http://download.netsurf-browser.org/netsurf/releases/source/${P}-src.ta
31 LICENSE="GPL-2 MIT"
32 SLOT="0"
33 KEYWORDS="~amd64"
34 -IUSE="+bmp +duktape fbcon truetype +gif gtk gtk2 +javascript +jpeg +mng
35 - +png +psl +rosprite +svg +svgtiny +webp"
36 +IUSE="bmp +duktape fbcon truetype +gif +gtk gtk2 +javascript +jpeg mng
37 + +png +psl rosprite +svg +svgtiny +webp"
38
39 REQUIRED_USE="|| ( fbcon gtk gtk2 )
40 duktape? ( javascript )"