diff options
author | David Seifert <soap@gentoo.org> | 2023-01-03 15:49:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-03 15:49:06 +0100 |
commit | 128c4b0b6c73f994174bf351d311ed021adbc6f7 (patch) | |
tree | b29ea0b846a53af1bc54ded701368dd2ff5f638a /app-text | |
parent | www-apps/prowlarr: drop 1.0.0.2171 (diff) | |
download | gentoo-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 'app-text')
-rw-r--r-- | app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild | 4 | ||||
-rw-r--r-- | app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild index a3246a626c2d..527bb600f9ae 100644 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild +++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ src_prepare() { } src_configure() { - local -a mycmakeargs=( + local mycmakeargs=( -DBUILD_DOCUMENTATION=$(usex doc 'ON' 'OFF') -DBUILD_STATICALLY_LINKED_EXE=OFF ) diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild index af6a057b5e57..3b07de5cbc46 100644 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild +++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ src_prepare() { } src_configure() { - local -a mycmakeargs=( + local mycmakeargs=( -DBUILD_DOCUMENTATION=$(usex doc 'ON' 'OFF') -DBUILD_STATICALLY_LINKED_EXE=OFF ) |