commit:     4f45d911ab3fccbf139b004c9576c4cab305de18
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 01:02:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 01:02:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f45d911

sys-libs/newlib: fix passing args to econf

Closes: https://bugs.gentoo.org/892766
Thanks-to: Gabriel Marcano <gabemarcano <AT> yahoo.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/newlib/{newlib-4.1.0-r1.ebuild => newlib-4.1.0-r2.ebuild}    | 4 ++--
 .../{newlib-4.2.0.20211231.ebuild => newlib-4.2.0.20211231-r1.ebuild} | 4 ++--
 .../{newlib-4.3.0.20230120.ebuild => newlib-4.3.0.20230120-r1.ebuild} | 2 +-
 sys-libs/newlib/newlib-9999.ebuild                                    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-libs/newlib/newlib-4.1.0-r1.ebuild 
b/sys-libs/newlib/newlib-4.1.0-r2.ebuild
similarity index 98%
rename from sys-libs/newlib/newlib-4.1.0-r1.ebuild
rename to sys-libs/newlib/newlib-4.1.0-r2.ebuild
index a6ad7b9c65d1..52f5c0cbde67 100644
--- a/sys-libs/newlib/newlib-4.1.0-r1.ebuild
+++ b/sys-libs/newlib/newlib-4.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -111,7 +111,7 @@ src_configure() {
                        --enable-lite-exit \
                        --enable-newlib-global-atexit \
                        --enable-newlib-nano-formatted-io \
-                       ${myconf}
+                       "${myconf[@]}"
        fi
 }
 

diff --git a/sys-libs/newlib/newlib-4.2.0.20211231.ebuild 
b/sys-libs/newlib/newlib-4.2.0.20211231-r1.ebuild
similarity index 98%
rename from sys-libs/newlib/newlib-4.2.0.20211231.ebuild
rename to sys-libs/newlib/newlib-4.2.0.20211231-r1.ebuild
index 39e03d098e4d..17fd43c36734 100644
--- a/sys-libs/newlib/newlib-4.2.0.20211231.ebuild
+++ b/sys-libs/newlib/newlib-4.2.0.20211231-r1.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"
@@ -111,7 +111,7 @@ src_configure() {
                        --enable-lite-exit \
                        --enable-newlib-global-atexit \
                        --enable-newlib-nano-formatted-io \
-                       ${myconf}
+                       "${myconf[@]}"
        fi
 }
 

diff --git a/sys-libs/newlib/newlib-4.3.0.20230120.ebuild 
b/sys-libs/newlib/newlib-4.3.0.20230120-r1.ebuild
similarity index 99%
rename from sys-libs/newlib/newlib-4.3.0.20230120.ebuild
rename to sys-libs/newlib/newlib-4.3.0.20230120-r1.ebuild
index 5b16a3bf6787..21ce7e99de7c 100644
--- a/sys-libs/newlib/newlib-4.3.0.20230120.ebuild
+++ b/sys-libs/newlib/newlib-4.3.0.20230120-r1.ebuild
@@ -110,7 +110,7 @@ src_configure() {
                        --enable-lite-exit \
                        --enable-newlib-global-atexit \
                        --enable-newlib-nano-formatted-io \
-                       ${myconf}
+                       "${myconf[@]}"
        fi
 }
 

diff --git a/sys-libs/newlib/newlib-9999.ebuild 
b/sys-libs/newlib/newlib-9999.ebuild
index 5b16a3bf6787..21ce7e99de7c 100644
--- a/sys-libs/newlib/newlib-9999.ebuild
+++ b/sys-libs/newlib/newlib-9999.ebuild
@@ -110,7 +110,7 @@ src_configure() {
                        --enable-lite-exit \
                        --enable-newlib-global-atexit \
                        --enable-newlib-nano-formatted-io \
-                       ${myconf}
+                       "${myconf[@]}"
        fi
 }
 

Reply via email to