mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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>
This commit is contained in:
@@ -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=""
|
||||
@@ -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=""
|
||||
@@ -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=""
|
||||
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user