summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-19 20:49:01 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-19 20:49:10 +0100
commit47ca0ee84e1abc88a15ccda920a3f14d865a396e (patch)
tree971fac34819e9a9771635799b54a2810e0110ea1 /net-libs
parentnet-libs/nodejs: Old (diff)
downloadgentoo-47ca0ee84e1abc88a15ccda920a3f14d865a396e.tar.gz
gentoo-47ca0ee84e1abc88a15ccda920a3f14d865a396e.tar.bz2
gentoo-47ca0ee84e1abc88a15ccda920a3f14d865a396e.zip
net-libs/nodejs: Drop redundant keywords from 8.12.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/nodejs/nodejs-8.12.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nodejs/nodejs-8.12.0.ebuild b/net-libs/nodejs/nodejs-8.12.0.ebuild
index 2e98f86fe29f..42936ad7d0d2 100644
--- a/net-libs/nodejs/nodejs-8.12.0.ebuild
+++ b/net-libs/nodejs/nodejs-8.12.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=6
@@ -15,7 +15,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="arm ppc ppc64 ~amd64-linux ~x64-macos"
IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test"
REQUIRED_USE="
inspector? ( icu ssl )