diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2020-01-19 16:44:49 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2020-01-19 16:44:49 +0100 |
commit | 99e7a93903a4e72dca8acfc356835647c1b02031 (patch) | |
tree | d1ae2ad6dcb0fa809ca05760d58a793b1404f717 /net-libs/nodejs | |
parent | net-libs/nodejs-8.17.0: amd64 stable (bug 702988) (diff) | |
download | gentoo-99e7a93903a4e72dca8acfc356835647c1b02031.tar.gz gentoo-99e7a93903a4e72dca8acfc356835647c1b02031.tar.bz2 gentoo-99e7a93903a4e72dca8acfc356835647c1b02031.zip |
net-libs/nodejs-10.18.0: amd64 stable (bug 702988)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'net-libs/nodejs')
-rw-r--r-- | net-libs/nodejs/nodejs-10.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-10.18.0.ebuild b/net-libs/nodejs/nodejs-10.18.0.ebuild index a476e3597956..8649f6c562e9 100644 --- a/net-libs/nodejs/nodejs-10.18.0.ebuild +++ b/net-libs/nodejs/nodejs-10.18.0.ebuild @@ -12,7 +12,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 arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos" IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test" REQUIRED_USE=" inspector? ( icu ssl ) |