From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1140155-garchives=archives.gentoo.org@lists.gentoo.org> 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 00361138350 for <garchives@archives.gentoo.org>; Sat, 25 Jan 2020 10:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BABAE083D; Sat, 25 Jan 2020 10:48:19 +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 0D61DE083D for <gentoo-commits@lists.gentoo.org>; Sat, 25 Jan 2020 10:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5830F34E34B for <gentoo-commits@lists.gentoo.org>; Sat, 25 Jan 2020 10:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D04DF102 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Jan 2020 10:48:14 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> 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" <jer@gentoo.org> Message-ID: <1579949287.90c3e53b15eaf1ebb14fdf5391342b4414b1b8d0.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-12.14.1-r1.ebuild net-libs/nodejs/nodejs-12.14.1.ebuild net-libs/nodejs/nodejs-13.6.0-r1.ebuild net-libs/nodejs/nodejs-13.6.0.ebuild net-libs/nodejs/nodejs-13.7.0-r1.ebuild net-libs/nodejs/nodejs-13.7.0.ebuild net-libs/nodejs/nodejs-99999999.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 90c3e53b15eaf1ebb14fdf5391342b4414b1b8d0 X-VCS-Branch: master Date: Sat, 25 Jan 2020 10:48:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa0c9ac9-03a8-4f2f-bb7f-e2a02f6743ef X-Archives-Hash: d2e909bf4630035f230069c78bc253ed commit: 90c3e53b15eaf1ebb14fdf5391342b4414b1b8d0 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Jan 25 10:38:47 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Jan 25 10:48:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c3e53b net-libs/nodejs: use snapshot || --without-node-snapshot Package-Manager: Portage-2.3.85, Repoman-2.3.20 Closes: https://bugs.gentoo.org/682946 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-libs/nodejs/{nodejs-12.14.1.ebuild => nodejs-12.14.1-r1.ebuild} | 2 +- net-libs/nodejs/{nodejs-13.6.0.ebuild => nodejs-13.6.0-r1.ebuild} | 2 +- net-libs/nodejs/{nodejs-13.7.0.ebuild => nodejs-13.7.0-r1.ebuild} | 2 +- net-libs/nodejs/nodejs-99999999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/nodejs/nodejs-12.14.1.ebuild b/net-libs/nodejs/nodejs-12.14.1-r1.ebuild similarity index 99% rename from net-libs/nodejs/nodejs-12.14.1.ebuild rename to net-libs/nodejs/nodejs-12.14.1-r1.ebuild index a9a42fa11ba..b8a749a1745 100644 --- a/net-libs/nodejs/nodejs-12.14.1.ebuild +++ b/net-libs/nodejs/nodejs-12.14.1-r1.ebuild @@ -105,7 +105,7 @@ src_configure() { use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) + use snapshot || myconf+=( --without-node-snapshot ) use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || myconf+=( --without-ssl ) local myarch="" diff --git a/net-libs/nodejs/nodejs-13.6.0.ebuild b/net-libs/nodejs/nodejs-13.6.0-r1.ebuild similarity index 99% rename from net-libs/nodejs/nodejs-13.6.0.ebuild rename to net-libs/nodejs/nodejs-13.6.0-r1.ebuild index 3f434606d2f..640cc3cc0b1 100644 --- a/net-libs/nodejs/nodejs-13.6.0.ebuild +++ b/net-libs/nodejs/nodejs-13.6.0-r1.ebuild @@ -103,7 +103,7 @@ src_configure() { use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) + use snapshot || myconf+=( --without-node-snapshot ) use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || myconf+=( --without-ssl ) local myarch="" diff --git a/net-libs/nodejs/nodejs-13.7.0.ebuild b/net-libs/nodejs/nodejs-13.7.0-r1.ebuild similarity index 99% rename from net-libs/nodejs/nodejs-13.7.0.ebuild rename to net-libs/nodejs/nodejs-13.7.0-r1.ebuild index 2f83361825e..35f1444b8a4 100644 --- a/net-libs/nodejs/nodejs-13.7.0.ebuild +++ b/net-libs/nodejs/nodejs-13.7.0-r1.ebuild @@ -103,7 +103,7 @@ src_configure() { use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) + use snapshot || myconf+=( --without-node-snapshot ) use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || myconf+=( --without-ssl ) local myarch="" diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index 5c9388651de..aad8df6897f 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -100,7 +100,7 @@ src_configure() { use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) + use snapshot || myconf+=( --without-node-snapshot ) use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || myconf+=( --without-ssl ) local myarch=""