net-libs/nodejs: Drop redundant keywords from 8.12.0
authorJeroen Roovers <jer@gentoo.org>
Sun, 19 Jan 2020 19:49:01 +0000 (20:49 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sun, 19 Jan 2020 19:49:10 +0000 (20:49 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-libs/nodejs/nodejs-8.12.0.ebuild

index 2e98f86fe29f2a80d7d5f324affdb36e6299aa12..42936ad7d0d2d2058d0781929806ddfe06d53333 100644 (file)
@@ -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 )