summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-11-13 10:40:32 +0100
committerMarek Szuba <marecki@gentoo.org>2020-11-13 10:56:36 +0100
commit88758984a00b5a3d4f6d256f215f5d4ca47b7a4e (patch)
treeed49c62e4a39785301535afde9cb44a90997b397 /net-libs/nodejs
parentmedia-sound/jack-audio-connection-kit: Drop 0.125.0 (r0) (diff)
downloadgentoo-88758984a00b5a3d4f6d256f215f5d4ca47b7a4e.tar.gz
gentoo-88758984a00b5a3d4f6d256f215f5d4ca47b7a4e.tar.bz2
gentoo-88758984a00b5a3d4f6d256f215f5d4ca47b7a4e.zip
net-libs/nodejs-14.2.0: drop all keywords except ppc
This version has got known security vulnerabilities but none of the others currently in the tree build on 32-bit ppc. Bug: https://bugs.gentoo.org/742893 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs/nodejs')
-rw-r--r--net-libs/nodejs/nodejs-14.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-14.2.0.ebuild b/net-libs/nodejs/nodejs-14.2.0.ebuild
index d0b1b55301a6..47e27f908894 100644
--- a/net-libs/nodejs/nodejs-14.2.0.ebuild
+++ b/net-libs/nodejs/nodejs-14.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
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="ppc"
IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm pax_kernel +snapshot +ssl +system-ssl systemtap test"
REQUIRED_USE="
inspector? ( icu ssl )