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 CE35C138334 for ; Wed, 23 Oct 2019 08:19:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14BCEE093E; Wed, 23 Oct 2019 08:19:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F3395E093E for ; Wed, 23 Oct 2019 08:19: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 BE5AE34C23A for ; Wed, 23 Oct 2019 08:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 772AE779 for ; Wed, 23 Oct 2019 08:19:50 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1571818786.323440daf06ac6a92d31608ec8d34e4326ec4899.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nodejs/nodejs-13.0.0-r1.ebuild net-libs/nodejs/nodejs-13.0.0.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 323440daf06ac6a92d31608ec8d34e4326ec4899 X-VCS-Branch: master Date: Wed, 23 Oct 2019 08:19:50 +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: 10591162-8844-404f-b9c0-aa7e83798caa X-Archives-Hash: 93f2b3d535fe7fe9925bddf6d7b67d30 commit: 323440daf06ac6a92d31608ec8d34e4326ec4899 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 23 08:19:16 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 23 08:19:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323440da net-libs/nodejs: Set PYTHON_REQ_USE="threads(+)" Package-Manager: Portage-2.3.77, Repoman-2.3.17 Bug: https://bugs.gentoo.org/698308 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/nodejs/{nodejs-13.0.0.ebuild => nodejs-13.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nodejs/nodejs-13.0.0.ebuild b/net-libs/nodejs/nodejs-13.0.0-r1.ebuild similarity index 99% rename from net-libs/nodejs/nodejs-13.0.0.ebuild rename to net-libs/nodejs/nodejs-13.0.0-r1.ebuild index 71d5e334df6..64f38ec6d44 100644 --- a/net-libs/nodejs/nodejs-13.0.0.ebuild +++ b/net-libs/nodejs/nodejs-13.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) -PYTHON_REQ_USE="threads" +PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs xdg-utils DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"