commit: 90c3e53b15eaf1ebb14fdf5391342b4414b1b8d0 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Jan 25 10:38:47 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Jan 25 10:48:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c3e53b
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 <AT> gentoo.org> net-libs/nodejs/{nodejs-12.14.1.ebuild => nodejs-12.14.1-r1.ebuild} | 2 +- net-libs/nodejs/{nodejs-13.6.0.ebuild => nodejs-13.6.0-r1.ebuild} | 2 +- net-libs/nodejs/{nodejs-13.7.0.ebuild => nodejs-13.7.0-r1.ebuild} | 2 +- 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 similarity index 99% rename from net-libs/nodejs/nodejs-12.14.1.ebuild rename to net-libs/nodejs/nodejs-12.14.1-r1.ebuild index a9a42fa11ba..b8a749a1745 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 similarity index 99% rename from net-libs/nodejs/nodejs-13.6.0.ebuild rename to net-libs/nodejs/nodejs-13.6.0-r1.ebuild index 3f434606d2f..640cc3cc0b1 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 similarity index 99% rename from net-libs/nodejs/nodejs-13.7.0.ebuild rename to net-libs/nodejs/nodejs-13.7.0-r1.ebuild index 2f83361825e..35f1444b8a4 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 5c9388651de..aad8df6897f 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=""
