diff options
author | Sam James <sam@gentoo.org> | 2021-08-14 04:49:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-14 04:49:59 +0100 |
commit | a22ece3cedc4c02017af1186c6d347cb73ecc4c1 (patch) | |
tree | 535dfffac661359bb0851073c6de2a9fe9fe9fe0 /net-libs | |
parent | net-dns/c-ares: Stabilize 1.17.2 amd64, #807775 (diff) | |
download | gentoo-a22ece3cedc4c02017af1186c6d347cb73ecc4c1.tar.gz gentoo-a22ece3cedc4c02017af1186c6d347cb73ecc4c1.tar.bz2 gentoo-a22ece3cedc4c02017af1186c6d347cb73ecc4c1.zip |
net-libs/nodejs: Stabilize 12.22.5-r1 amd64, #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 e9e058b5a4e1..ec373926c7ba 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 |