diff options
author | Sam James <sam@gentoo.org> | 2021-09-07 02:18:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-07 02:18:59 +0100 |
commit | 00b16a66456e8d968d824602c13a15dcc5671682 (patch) | |
tree | 37be0b568b6a635b75cd4c98fd330fc17d42b35d /net-libs | |
parent | net-dns/c-ares: Stabilize 1.17.2 x86, #807775 (diff) | |
download | gentoo-00b16a66456e8d968d824602c13a15dcc5671682.tar.gz gentoo-00b16a66456e8d968d824602c13a15dcc5671682.tar.bz2 gentoo-00b16a66456e8d968d824602c13a15dcc5671682.zip |
net-libs/nodejs: Stabilize 12.22.5-r1 x86, #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 78b4a6ddee24..5c12aa1a8690 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 |