commit:     8ea14599e99ef09450ea4abd40a1a4de598ce109
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 18:29:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 18:30:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea14599

sys-boot/refind: fix build with Bash 5.1

Reported-by: Greg Turner <gmt <AT> be-evil.net>
Closes: https://bugs.gentoo.org/762379
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-boot/refind/refind-0.11.4.ebuild    | 8 ++++----
 sys-boot/refind/refind-0.12.0-r1.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-boot/refind/refind-0.11.4.ebuild 
b/sys-boot/refind/refind-0.11.4.ebuild
index 139bf622501..37ad051eba4 100644
--- a/sys-boot/refind/refind-0.11.4.ebuild
+++ b/sys-boot/refind/refind-0.11.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -99,9 +99,9 @@ src_compile() {
                EFILIB="/usr/$(get_libdir)"
                EFICRT0="/usr/$(get_libdir)"
                EDK2BASE="${UDK_WORKSPACE}"
-               EDK2_DRIVER_BASENAMES="${fs_names[@]}"
-               FILESYSTEMS="${fs_names[@]}"
-               FILESYSTEMS_GNUEFI="${fs_names[@]}"
+               EDK2_DRIVER_BASENAMES="${fs_names[*]}"
+               FILESYSTEMS="${fs_names[*]}"
+               FILESYSTEMS_GNUEFI="${fs_names[*]}"
        )
        if use custom-cflags; then
                make_flags=(CFLAGS="${CFLAGS}" "${make_flags[@]}")

diff --git a/sys-boot/refind/refind-0.12.0-r1.ebuild 
b/sys-boot/refind/refind-0.12.0-r1.ebuild
index f63a0cbd324..c1d166f0b4d 100644
--- a/sys-boot/refind/refind-0.12.0-r1.ebuild
+++ b/sys-boot/refind/refind-0.12.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -77,9 +77,9 @@ src_compile() {
                EFILIB="/usr/$(get_libdir)"
                EFICRT0="/usr/$(get_libdir)"
                EDK2BASE="${UDK_WORKSPACE}"
-               EDK2_DRIVER_BASENAMES="${fs_names[@]}"
-               FILESYSTEMS="${fs_names[@]}"
-               FILESYSTEMS_GNUEFI="${fs_names[@]}"
+               EDK2_DRIVER_BASENAMES="${fs_names[*]}"
+               FILESYSTEMS="${fs_names[*]}"
+               FILESYSTEMS_GNUEFI="${fs_names[*]}"
        )
        if use custom-cflags; then
                make_flags=(CFLAGS="${CFLAGS} 
-fno-tree-loop-distribute-patterns" "${make_flags[@]}")

Reply via email to