diff options
author | Sam James <sam@gentoo.org> | 2021-09-07 02:18:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-07 02:18:53 +0100 |
commit | fa4d5e050cdbbc2205d5c450cd2d3090be5c4fe0 (patch) | |
tree | 782b39c0040e7a5a9cd0e368363ae1e8f86e4731 /net-libs | |
parent | net-dns/c-ares: Stabilize 1.17.2 arm64, #807775 (diff) | |
download | gentoo-fa4d5e050cdbbc2205d5c450cd2d3090be5c4fe0.tar.gz gentoo-fa4d5e050cdbbc2205d5c450cd2d3090be5c4fe0.tar.bz2 gentoo-fa4d5e050cdbbc2205d5c450cd2d3090be5c4fe0.zip |
net-libs/nodejs: Stabilize 12.22.5-r1 arm64, #807775
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nodejs/nodejs-12.22.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-12.22.5-r1.ebuild b/net-libs/nodejs/nodejs-12.22.5-r1.ebuild index 6e17ad977f0c..78b4a6ddee24 100644 --- a/net-libs/nodejs/nodejs-12.22.5-r1.ebuild +++ b/net-libs/nodejs/nodejs-12.22.5-r1.ebuild @@ -19,7 +19,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 ~x86 ~amd64-linux ~x64-macos" + KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~x64-macos" S="${WORKDIR}/node-v${PV}" fi |