diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-13 15:43:36 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-13 18:24:59 +0100 |
commit | 6e8ed0162f0842bf1a9ab2f2e21815672b31c6b9 (patch) | |
tree | 778fc1ce2826b4beda072a600daee5092fd95dbd /net-libs | |
parent | sys-libs/pam: correct manpages installation (diff) | |
download | gentoo-6e8ed0162f0842bf1a9ab2f2e21815672b31c6b9.tar.gz gentoo-6e8ed0162f0842bf1a9ab2f2e21815672b31c6b9.tar.bz2 gentoo-6e8ed0162f0842bf1a9ab2f2e21815672b31c6b9.zip |
net-libs/nodejs-12.18.4-r1: drop ppc keyword
This one doesn't build on PPC32 either. Not unexpectedly, given how few
changes to v8 there have been between 12.18 and 12.19.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nodejs/nodejs-12.18.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-12.18.4-r1.ebuild b/net-libs/nodejs/nodejs-12.18.4-r1.ebuild index fbceb0bd1074..c606807087ac 100644 --- a/net-libs/nodejs/nodejs-12.18.4-r1.ebuild +++ b/net-libs/nodejs/nodejs-12.18.4-r1.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="amd64 arm arm64 ~ppc64 x86 ~amd64-linux ~x64-macos" IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl +system-ssl systemtap test" REQUIRED_USE=" inspector? ( icu ssl ) |