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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55DBD15808B for ; Wed, 16 Mar 2022 02:39:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E4C8E0809; Wed, 16 Mar 2022 02:39:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEB6FE0809 for ; Wed, 16 Mar 2022 02:39:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C95B53436A9 for ; Wed, 16 Mar 2022 02:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21F2E2E0 for ; Wed, 16 Mar 2022 02:39:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647398344.7d7f9207012d7ed63cda301848b7a572b4bc2e9f.sam@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-r6.ebuild X-VCS-Directories: www-client/netsurf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d7f9207012d7ed63cda301848b7a572b4bc2e9f X-VCS-Branch: master Date: Wed, 16 Mar 2022 02:39:31 +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: 5507c6c8-804f-466a-9d0e-6797210ea1ba X-Archives-Hash: db5e240418d08fa4e8f3a48c3e937ddc commit: 7d7f9207012d7ed63cda301848b7a572b4bc2e9f Author: Sam James gentoo org> AuthorDate: Wed Mar 16 02:38:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 16 02:39:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7f9207 www-client/netsurf: drop remaining IUSE=duktape Bug: https://bugs.gentoo.org/729444 Fixes: c4398dfb476bd4f3be8f3b78b695d9f5996f697c Signed-off-by: Sam James gentoo.org> www-client/netsurf/netsurf-3.10-r6.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/www-client/netsurf/netsurf-3.10-r6.ebuild b/www-client/netsurf/netsurf-3.10-r6.ebuild index b0534e24b604..4cab447b2f86 100644 --- a/www-client/netsurf/netsurf-3.10-r6.ebuild +++ b/www-client/netsurf/netsurf-3.10-r6.ebuild @@ -12,11 +12,10 @@ SRC_URI="http://download.netsurf-browser.org/netsurf/releases/source/${P}-src.ta LICENSE="GPL-2 MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="bmp +duktape fbcon truetype +gif +gtk gtk2 +javascript +jpeg mng +IUSE="bmp fbcon truetype +gif +gtk gtk2 +javascript +jpeg mng +png +psl rosprite +svg +svgtiny +webp" -REQUIRED_USE="|| ( fbcon gtk gtk2 ) - duktape? ( javascript )" +REQUIRED_USE="|| ( fbcon gtk gtk2 )" RDEPEND=" >=dev-libs/libcss-0.9 @@ -50,7 +49,7 @@ RDEPEND=" webp? ( >=media-libs/libwebp-0.3.0 )" DEPEND="${RDEPEND}" BDEPEND=" - duktape? ( app-editors/vim-core ) + javascript? ( app-editors/vim-core ) dev-libs/check dev-perl/HTML-Parser >=dev-util/netsurf-buildsystem-1.7-r1