commit:     ab17ce2d706b52b3f8ab04a2f33c4ea12837b4cb
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 01:25:17 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 01:26:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab17ce2d

www-client/netsurf: tweak USE defaults.

The main purpose of this commit is to enable USE=gtk by default, to
avoid forcing users to choose one of USE=fbcon, USE=gtk2, or
USE=gtk. For what it's worth, the gtk(3) target is the upstream
default. This fixes an associated pkgcheck warning.

At the same time, I've turned off support for BMP, MNG, and RiscOS
bitmap images by default. There's nothing wrong with them -- they're
just basically nonexistent on the web, and doing so will pull in fewer
dependencies for most people.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 www-client/netsurf/netsurf-3.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/netsurf/netsurf-3.10.ebuild 
b/www-client/netsurf/netsurf-3.10.ebuild
index a0070e82799..206f8f8d2f6 100644
--- a/www-client/netsurf/netsurf-3.10.ebuild
+++ b/www-client/netsurf/netsurf-3.10.ebuild
@@ -12,8 +12,8 @@ 
SRC_URI="http://download.netsurf-browser.org/netsurf/releases/source/${P}-src.ta
 LICENSE="GPL-2 MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+bmp +duktape fbcon truetype +gif gtk gtk2 +javascript +jpeg +mng
-       +png +psl +rosprite +svg +svgtiny +webp"
+IUSE="bmp +duktape fbcon truetype +gif +gtk gtk2 +javascript +jpeg mng
+       +png +psl rosprite +svg +svgtiny +webp"
 
 REQUIRED_USE="|| ( fbcon gtk gtk2 )
        duktape? ( javascript )"

Reply via email to