aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <steils@gentoo.org>2020-01-26 13:58:43 +0200
committerStefan Strogin <steils@gentoo.org>2020-01-26 13:59:42 +0200
commit6b823c96dd40893af83d1f3d29f5f10534ef567d (patch)
tree95cc2d5d493e30b90801723078db0bcd901ea538 /net-libs
parentnet-libs/nodejs: drop old (diff)
downloadlibressl-6b823c96dd40893af83d1f3d29f5f10534ef567d.tar.gz
libressl-6b823c96dd40893af83d1f3d29f5f10534ef567d.tar.bz2
libressl-6b823c96dd40893af83d1f3d29f5f10534ef567d.zip
net-libs/nodejs: 8.17.0 stable for amd64, arm64, x86
Sync KEYWORDS with gentoo.git. Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/nodejs/nodejs-8.17.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nodejs/nodejs-8.17.0.ebuild b/net-libs/nodejs/nodejs-8.17.0.ebuild
index c33adbd..8777e38 100644
--- a/net-libs/nodejs/nodejs-8.17.0.ebuild
+++ b/net-libs/nodejs/nodejs-8.17.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
IUSE="bundled-ssl cpu_flags_x86_sse2 debug doc icu inspector libressl +npm +snapshot +ssl systemtap test"
REQUIRED_USE="
bundled-ssl? ( ssl )