diff options
author | 2022-08-18 10:16:28 -0500 | |
---|---|---|
committer | 2022-08-18 10:21:33 -0500 | |
commit | 04fe33a9ea574ebd7047341c48ba13f974215ced (patch) | |
tree | e3615b8fe8a47c1740c224e7c1e44b121f81ab66 /net-libs | |
parent | net-libs/nodejs: run check-reqs when building with debugging CFLAGS (diff) | |
download | gentoo-04fe33a9ea574ebd7047341c48ba13f974215ced.tar.gz gentoo-04fe33a9ea574ebd7047341c48ba13f974215ced.tar.bz2 gentoo-04fe33a9ea574ebd7047341c48ba13f974215ced.zip |
net-libs/nodejs: keyword 18.7.0 for ~loong
Closes: https://github.com/gentoo/gentoo/pull/25655
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nodejs/nodejs-18.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-18.7.0.ebuild b/net-libs/nodejs/nodejs-18.7.0.ebuild index 34ed47477bc6..b5f0eb069c39 100644 --- a/net-libs/nodejs/nodejs-18.7.0.ebuild +++ b/net-libs/nodejs/nodejs-18.7.0.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == *9999 ]]; then else SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz" SLOT="0/$(ver_cut 1)" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" S="${WORKDIR}/node-v${PV}" fi |