diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-25 11:38:47 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-25 11:48:07 +0100 |
commit | 90c3e53b15eaf1ebb14fdf5391342b4414b1b8d0 (patch) | |
tree | 70c4f3205bddb3098b7a9eba91575d62fc8e9c8e /net-libs | |
parent | x11-misc/i3lock: Fix compiling with -fno-common (diff) | |
download | gentoo-90c3e53b15eaf1ebb14fdf5391342b4414b1b8d0.tar.gz gentoo-90c3e53b15eaf1ebb14fdf5391342b4414b1b8d0.tar.bz2 gentoo-90c3e53b15eaf1ebb14fdf5391342b4414b1b8d0.zip |
net-libs/nodejs: use snapshot || --without-node-snapshot
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://bugs.gentoo.org/682946
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nodejs/nodejs-12.14.1-r1.ebuild (renamed from net-libs/nodejs/nodejs-12.14.1.ebuild) | 2 | ||||
-rw-r--r-- | net-libs/nodejs/nodejs-13.6.0-r1.ebuild (renamed from net-libs/nodejs/nodejs-13.6.0.ebuild) | 2 | ||||
-rw-r--r-- | net-libs/nodejs/nodejs-13.7.0-r1.ebuild (renamed from net-libs/nodejs/nodejs-13.7.0.ebuild) | 2 | ||||
-rw-r--r-- | net-libs/nodejs/nodejs-99999999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/nodejs/nodejs-12.14.1.ebuild b/net-libs/nodejs/nodejs-12.14.1-r1.ebuild index a9a42fa11ba4..b8a749a17459 100644 --- a/net-libs/nodejs/nodejs-12.14.1.ebuild +++ b/net-libs/nodejs/nodejs-12.14.1-r1.ebuild @@ -105,7 +105,7 @@ src_configure() { use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) + use snapshot || myconf+=( --without-node-snapshot ) use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || myconf+=( --without-ssl ) local myarch="" diff --git a/net-libs/nodejs/nodejs-13.6.0.ebuild b/net-libs/nodejs/nodejs-13.6.0-r1.ebuild index 3f434606d2fe..640cc3cc0b12 100644 --- a/net-libs/nodejs/nodejs-13.6.0.ebuild +++ b/net-libs/nodejs/nodejs-13.6.0-r1.ebuild @@ -103,7 +103,7 @@ src_configure() { use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) + use snapshot || myconf+=( --without-node-snapshot ) use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || myconf+=( --without-ssl ) local myarch="" diff --git a/net-libs/nodejs/nodejs-13.7.0.ebuild b/net-libs/nodejs/nodejs-13.7.0-r1.ebuild index 2f83361825eb..35f1444b8a49 100644 --- a/net-libs/nodejs/nodejs-13.7.0.ebuild +++ b/net-libs/nodejs/nodejs-13.7.0-r1.ebuild @@ -103,7 +103,7 @@ src_configure() { use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) + use snapshot || myconf+=( --without-node-snapshot ) use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || myconf+=( --without-ssl ) local myarch="" diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index 5c9388651ded..aad8df6897f2 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -100,7 +100,7 @@ src_configure() { use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) + use snapshot || myconf+=( --without-node-snapshot ) use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || myconf+=( --without-ssl ) local myarch="" |