From ab17ce2d706b52b3f8ab04a2f33c4ea12837b4cb Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Jun 2020 21:25:17 -0400 Subject: 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 --- www-client/netsurf/netsurf-3.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www-client/netsurf') diff --git a/www-client/netsurf/netsurf-3.10.ebuild b/www-client/netsurf/netsurf-3.10.ebuild index a0070e82799d..206f8f8d2f65 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 )" -- cgit v1.2.3-65-gdbad