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 1E030138331 for ; Sat, 24 Feb 2018 10:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AE4FE0822; Sat, 24 Feb 2018 10:54:13 +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 49F00E0822 for ; Sat, 24 Feb 2018 10:54:13 +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 5FE74335C4C for ; Sat, 24 Feb 2018 10:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4001FE for ; Sat, 24 Feb 2018 10:54:09 +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: <1519469631.97c0b88b6c11adeb9e40eb2e7ec755ef416908c7.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-0.12.18.ebuild net-libs/nodejs/nodejs-4.8.7.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 97c0b88b6c11adeb9e40eb2e7ec755ef416908c7 X-VCS-Branch: master Date: Sat, 24 Feb 2018 10:54:09 +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-Archives-Salt: bc71d37c-bc0a-4a95-b12d-338a78878178 X-Archives-Hash: 810b3ec41a7561a6ca1929ba166812ba commit: 97c0b88b6c11adeb9e40eb2e7ec755ef416908c7 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 24 08:53:07 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 24 10:53:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c0b88b net-libs/nodejs: Stable for AMD64 x86 too. Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --ignore-arches net-libs/nodejs/nodejs-0.12.18.ebuild | 2 +- net-libs/nodejs/nodejs-4.8.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/nodejs/nodejs-0.12.18.ebuild b/net-libs/nodejs/nodejs-0.12.18.ebuild index 2b8a1d20345..f45d645a9c5 100644 --- a/net-libs/nodejs/nodejs-0.12.18.ebuild +++ b/net-libs/nodejs/nodejs-0.12.18.ebuild @@ -17,7 +17,7 @@ SRC_URI="http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz" LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm x86 ~x64-macos" IUSE="debug icu +npm +snapshot +ssl" RDEPEND="icu? ( dev-libs/icu ) diff --git a/net-libs/nodejs/nodejs-4.8.7.ebuild b/net-libs/nodejs/nodejs-4.8.7.ebuild index 2d8146e4c39..086bb0ba998 100644 --- a/net-libs/nodejs/nodejs-4.8.7.ebuild +++ b/net-libs/nodejs/nodejs-4.8.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz" LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos" IUSE="cpu_flags_x86_sse2 debug icu +npm snapshot +ssl test" RDEPEND="icu? ( >=dev-libs/icu-55:= )