summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteev Klimaszewski <steev@gentoo.org>2016-03-19 12:59:26 -0500
committerSteev Klimaszewski <steev@gentoo.org>2016-03-19 13:02:31 -0500
commit583d7725a416207cabec56d7081972d00d4bd810 (patch)
tree3d0c5cb6920f580d147a7036a7739724539ab242 /net-libs
parentpackage.mask: Mask x11-libs/libview for removal (diff)
downloadgentoo-583d7725a416207cabec56d7081972d00d4bd810.tar.gz
gentoo-583d7725a416207cabec56d7081972d00d4bd810.tar.bz2
gentoo-583d7725a416207cabec56d7081972d00d4bd810.zip
net-libs/nodejs: Add ~arm64 back
It would appear ~arm64 was dropped with the 5.7.0 bump, but I don't see why. Package-Manager: portage-2.2.28
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/nodejs/nodejs-5.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-5.9.0.ebuild b/net-libs/nodejs/nodejs-5.9.0.ebuild
index 7084a66e6c9a..deb2fc3b73f8 100644
--- a/net-libs/nodejs/nodejs-5.9.0.ebuild
+++ b/net-libs/nodejs/nodejs-5.9.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
IUSE="cpu_flags_x86_sse2 debug doc icu +npm +snapshot +ssl test"
RDEPEND="icu? ( >=dev-libs/icu-56:= )