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 267081580B3 for ; Sat, 4 Sep 2021 04:26:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07269E0869; Sat, 4 Sep 2021 04:26:27 +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 CD0CBE0869 for ; Sat, 4 Sep 2021 04:26:26 +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 87A0E335D2B for ; Sat, 4 Sep 2021 04:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC29B56 for ; Sat, 4 Sep 2021 04:26:23 +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: <1630729572.4bdf38313a5f6f30b916a96e1a57baf34d3b39bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-1.8.5-r10.ebuild dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4bdf38313a5f6f30b916a96e1a57baf34d3b39bc X-VCS-Branch: master Date: Sat, 4 Sep 2021 04:26:23 +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: f64bbf0b-01e5-46fd-a773-bc0888ec9590 X-Archives-Hash: 0aa0e6475e08f78dde3880046beb6057 commit: 4bdf38313a5f6f30b916a96e1a57baf34d3b39bc Author: Sam James gentoo org> AuthorDate: Sat Sep 4 04:23:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 4 04:26:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bdf3831 dev-lang/spidermonkey: fix Python use dep (threads) They're now always on. See: 742eeca02a0d06a56f6a69af55bcbcdf42f18ba1 Signed-off-by: Sam James gentoo.org> .../{spidermonkey-1.8.5-r9.ebuild => spidermonkey-1.8.5-r10.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r10.ebuild similarity index 99% rename from dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild rename to dev-lang/spidermonkey/spidermonkey-1.8.5-r10.ebuild index b736bb0eade..7e2de60b12f 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r10.ebuild @@ -4,7 +4,7 @@ EAPI=6 WANT_AUTOCONF="2.1" PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" +PYTHON_REQ_USE="threads(+)" inherit autotools toolchain-funcs multilib python-any-r1 versionator pax-utils MY_PN="js"