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 4532515808B for ; Wed, 16 Mar 2022 02:23:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37013E081A; Wed, 16 Mar 2022 02:23:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 F1E3BE081A for ; Wed, 16 Mar 2022 02:23:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C7072343674 for ; Wed, 16 Mar 2022 02:23:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E94A7326 for ; Wed, 16 Mar 2022 02:23:15 +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: <1647397384.c4398dfb476bd4f3be8f3b78b695d9f5996f697c.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-r5.ebuild 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: c4398dfb476bd4f3be8f3b78b695d9f5996f697c X-VCS-Branch: master Date: Wed, 16 Mar 2022 02:23:15 +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: 57832ddf-ba2a-4ab5-b07d-520ceb4f50f3 X-Archives-Hash: ba0df840e5867fe812eb8ee7f9dcb723 commit: c4398dfb476bd4f3be8f3b78b695d9f5996f697c Author: Sam James gentoo org> AuthorDate: Wed Mar 16 02:20:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 16 02:23:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4398dfb www-client/netsurf: drop old/incorrect spidermonkey dependency The mozjs/spidermonkey dep was dropped upstream a while ago. Signed-off-by: Sam James gentoo.org> .../netsurf/{netsurf-3.10-r5.ebuild => netsurf-3.10-r6.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www-client/netsurf/netsurf-3.10-r5.ebuild b/www-client/netsurf/netsurf-3.10-r6.ebuild similarity index 95% rename from www-client/netsurf/netsurf-3.10-r5.ebuild rename to www-client/netsurf/netsurf-3.10-r6.ebuild index ed1d2bd402e0..b0534e24b604 100644 --- a/www-client/netsurf/netsurf-3.10-r5.ebuild +++ b/www-client/netsurf/netsurf-3.10-r6.ebuild @@ -38,8 +38,7 @@ RDEPEND=" x11-libs/gtk+:2 ) javascript? ( >=dev-libs/nsgenbind-0.7 - duktape? ( dev-lang/duktape:= ) - !duktape? ( dev-lang/spidermonkey:0= ) + dev-lang/duktape:= ) jpeg? ( >=virtual/jpeg-0-r2:0 ) mng? ( >=media-libs/libmng-1.0.10-r2 ) @@ -84,9 +83,8 @@ _emake() { NETSURF_USE_NSPSL=$(usex psl YES NO) NETSURF_USE_MNG=$(usex mng YES NO) NETSURF_USE_WEBP=$(usex webp YES NO) - NETSURF_USE_MOZJS=$(usex javascript $(usex duktape NO YES) NO) NETSURF_USE_JS=NO - NETSURF_USE_DUKTAPE=$(usex javascript $(usex duktape YES NO) NO) + NETSURF_USE_DUKTAPE=$(usex javascript YES NO) NETSURF_USE_NSSVG=$(usex svg $(usex svgtiny YES NO) NO) NETSURF_USE_RSVG=$(usex svg $(usex svgtiny NO YES) NO) NETSURF_USE_ROSPRITE=$(usex rosprite YES NO)