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 927211382C5 for ; Thu, 31 Dec 2020 01:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB387E087E; Thu, 31 Dec 2020 01:38:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9EB64E087E for ; Thu, 31 Dec 2020 01:38:24 +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 5AA58340D6E for ; Thu, 31 Dec 2020 01:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D70F939F for ; Thu, 31 Dec 2020 01:38:21 +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: <1609378578.05aefd839382abf1fdc13b288e4e32b5e5131911.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libproxy/libproxy-0.4.16-r1.ebuild net-libs/libproxy/libproxy-0.4.16.ebuild X-VCS-Directories: net-libs/libproxy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 05aefd839382abf1fdc13b288e4e32b5e5131911 X-VCS-Branch: master Date: Thu, 31 Dec 2020 01:38:21 +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: 0a76f9e7-8597-4e9b-8c37-6f3f7017d083 X-Archives-Hash: 017e85a0e3bb12a56554bfb452832d17 commit: 05aefd839382abf1fdc13b288e4e32b5e5131911 Author: Sam James gentoo org> AuthorDate: Thu Dec 31 01:36:18 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 31 01:36:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05aefd83 net-libs/libproxy: fix SpiderMonkey dep I recall changing the dependency so it must have been on a first draft before I came back to it. Fixes: 60e59f03b62e262dc5056d77fadb9cfe321e06c6 Thanks-to: Arfrever Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> net-libs/libproxy/{libproxy-0.4.16.ebuild => libproxy-0.4.16-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libproxy/libproxy-0.4.16.ebuild b/net-libs/libproxy/libproxy-0.4.16-r1.ebuild similarity index 97% rename from net-libs/libproxy/libproxy-0.4.16.ebuild rename to net-libs/libproxy/libproxy-0.4.16-r1.ebuild index 2b8c9c9cd3f..fa06d11f7f9 100644 --- a/net-libs/libproxy/libproxy-0.4.16.ebuild +++ b/net-libs/libproxy/libproxy-0.4.16-r1.ebuild @@ -24,7 +24,7 @@ DEPEND=" gnome? ( dev-libs/glib:2[${MULTILIB_USEDEP}] ) mono? ( dev-lang/mono ) networkmanager? ( sys-apps/dbus:0[${MULTILIB_USEDEP}] ) - spidermonkey? ( >=dev-lang/spidermonkey-52.0.0:= ) + spidermonkey? ( dev-lang/spidermonkey:68 ) webkit? ( net-libs/webkit-gtk:4 ) " RDEPEND="${DEPEND}