summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-01-03 15:49:06 +0100
committerDavid Seifert <soap@gentoo.org>2023-01-03 15:49:06 +0100
commit128c4b0b6c73f994174bf351d311ed021adbc6f7 (patch)
treeb29ea0b846a53af1bc54ded701368dd2ff5f638a /dev-libs/simdjson
parentwww-apps/prowlarr: drop 1.0.0.2171 (diff)
downloadgentoo-128c4b0b6c73f994174bf351d311ed021adbc6f7.tar.gz
gentoo-128c4b0b6c73f994174bf351d311ed021adbc6f7.tar.bz2
gentoo-128c4b0b6c73f994174bf351d311ed021adbc6f7.zip
*/*: make mycmakeargs local
Closes: https://github.com/gentoo/gentoo/pull/28947 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/simdjson')
-rw-r--r--dev-libs/simdjson/simdjson-1.0.2.ebuild4
-rw-r--r--dev-libs/simdjson/simdjson-1.1.0.ebuild4
-rw-r--r--dev-libs/simdjson/simdjson-2.0.4.ebuild4
-rw-r--r--dev-libs/simdjson/simdjson-2.1.0-r1.ebuild4
-rw-r--r--dev-libs/simdjson/simdjson-2.2.2.ebuild4
-rw-r--r--dev-libs/simdjson/simdjson-3.0.0.ebuild4
6 files changed, 12 insertions, 12 deletions
diff --git a/dev-libs/simdjson/simdjson-1.0.2.ebuild b/dev-libs/simdjson/simdjson-1.0.2.ebuild
index 71e7e89153e9..e4fbf9055959 100644
--- a/dev-libs/simdjson/simdjson-1.0.2.ebuild
+++ b/dev-libs/simdjson/simdjson-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -60,7 +60,7 @@ src_prepare() {
}
src_configure() {
- local -a mycmakeargs=(
+ local mycmakeargs=(
-DSIMDJSON_ENABLE_THREADS=ON
)
use test && mycmakeargs+=(
diff --git a/dev-libs/simdjson/simdjson-1.1.0.ebuild b/dev-libs/simdjson/simdjson-1.1.0.ebuild
index 6f9106ac1e38..65bd48189585 100644
--- a/dev-libs/simdjson/simdjson-1.1.0.ebuild
+++ b/dev-libs/simdjson/simdjson-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -60,7 +60,7 @@ src_prepare() {
}
src_configure() {
- local -a mycmakeargs=(
+ local mycmakeargs=(
-DSIMDJSON_ENABLE_THREADS=ON
)
use test && mycmakeargs+=(
diff --git a/dev-libs/simdjson/simdjson-2.0.4.ebuild b/dev-libs/simdjson/simdjson-2.0.4.ebuild
index b8e15288e648..e10cd8aa1dc0 100644
--- a/dev-libs/simdjson/simdjson-2.0.4.ebuild
+++ b/dev-libs/simdjson/simdjson-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -60,7 +60,7 @@ src_prepare() {
}
src_configure() {
- local -a mycmakeargs=(
+ local mycmakeargs=(
-DSIMDJSON_ENABLE_THREADS=ON
)
use test && mycmakeargs+=(
diff --git a/dev-libs/simdjson/simdjson-2.1.0-r1.ebuild b/dev-libs/simdjson/simdjson-2.1.0-r1.ebuild
index 55fc98496a4e..a0cc3eba3666 100644
--- a/dev-libs/simdjson/simdjson-2.1.0-r1.ebuild
+++ b/dev-libs/simdjson/simdjson-2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -60,7 +60,7 @@ src_prepare() {
}
src_configure() {
- local -a mycmakeargs=(
+ local mycmakeargs=(
-DSIMDJSON_ENABLE_THREADS=ON
)
use test && mycmakeargs+=(
diff --git a/dev-libs/simdjson/simdjson-2.2.2.ebuild b/dev-libs/simdjson/simdjson-2.2.2.ebuild
index 976892c2f0c0..39d05eeab9e9 100644
--- a/dev-libs/simdjson/simdjson-2.2.2.ebuild
+++ b/dev-libs/simdjson/simdjson-2.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -61,7 +61,7 @@ src_prepare() {
}
src_configure() {
- local -a mycmakeargs=(
+ local mycmakeargs=(
-DSIMDJSON_ENABLE_THREADS=ON
)
use test && mycmakeargs+=(
diff --git a/dev-libs/simdjson/simdjson-3.0.0.ebuild b/dev-libs/simdjson/simdjson-3.0.0.ebuild
index cac6dd3f9eba..96531492db42 100644
--- a/dev-libs/simdjson/simdjson-3.0.0.ebuild
+++ b/dev-libs/simdjson/simdjson-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -62,7 +62,7 @@ src_prepare() {
}
src_configure() {
- local -a mycmakeargs=(
+ local mycmakeargs=(
-DSIMDJSON_ENABLE_THREADS=ON
)
use test && mycmakeargs+=(