From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D5E71382C5 for ; Mon, 29 Jun 2020 01:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 617FCE090A; Mon, 29 Jun 2020 01:26:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4825EE090A for ; Mon, 29 Jun 2020 01:26:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2F0134F321 for ; Mon, 29 Jun 2020 01:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4BF2C1 for ; Mon, 29 Jun 2020 01:26:48 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1593393973.ab17ce2d706b52b3f8ab04a2f33c4ea12837b4cb.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/netsurf/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/netsurf/netsurf-3.10.ebuild X-VCS-Directories: www-client/netsurf/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: ab17ce2d706b52b3f8ab04a2f33c4ea12837b4cb X-VCS-Branch: master Date: Mon, 29 Jun 2020 01:26:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99eb3e36-c44c-4aca-b4a0-30645010151d X-Archives-Hash: c565e10a38d223392bdc1c2ca1be33fd commit: ab17ce2d706b52b3f8ab04a2f33c4ea12837b4cb Author: Michael Orlitzky gentoo org> AuthorDate: Mon Jun 29 01:25:17 2020 +0000 Commit: Michael Orlitzky gentoo 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 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 )"