commit:     38ceaea36f52c8fb1ccab4f712bb75816a851e63
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 00:05:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 10 00:29:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ceaea3

dev-libs/serdisplib: workaround build failure w/ non-bash

I normally prefer to fix these properly but this looks rather dead and it
affects some generated code (as in files to be compiled).

Closes: https://bugs.gentoo.org/886079
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/serdisplib/serdisplib-2.02-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/serdisplib/serdisplib-2.02-r2.ebuild 
b/dev-libs/serdisplib/serdisplib-2.02-r2.ebuild
index 22cb104e7e06..63f9e8620b12 100644
--- a/dev-libs/serdisplib/serdisplib-2.02-r2.ebuild
+++ b/dev-libs/serdisplib/serdisplib-2.02-r2.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
@@ -90,7 +90,7 @@ src_configure() {
                --with-drivers="${myeconfargs_lcd_devices#,}"
        )
 
-       econf "${myeconfargs[@]}"
+       CONFIG_SHELL="${BROOT}/bin/bash" econf "${myeconfargs[@]}"
 }
 
 src_install() {

Reply via email to