commit:     41e77aadea2c944996dcec87463b000b1a69ab3c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 03:24:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 03:24:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e77aad

app-crypt/heimdal: force bash for configure

Normally try to patch these but already poking at another issue w/ Heimdal.

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

 app-crypt/heimdal/heimdal-7.7.1.ebuild | 2 +-
 app-crypt/heimdal/heimdal-7.8.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/heimdal/heimdal-7.7.1.ebuild 
b/app-crypt/heimdal/heimdal-7.7.1.ebuild
index 3b0301eaac21..b36ce55b43e2 100644
--- a/app-crypt/heimdal/heimdal-7.7.1.ebuild
+++ b/app-crypt/heimdal/heimdal-7.7.1.ebuild
@@ -121,7 +121,7 @@ multilib_src_configure() {
                )
        fi
 
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+       CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf 
"${myeconfargs[@]}"
 }
 
 multilib_src_compile() {

diff --git a/app-crypt/heimdal/heimdal-7.8.0.ebuild 
b/app-crypt/heimdal/heimdal-7.8.0.ebuild
index da4b148d20a2..c4cbe4271abd 100644
--- a/app-crypt/heimdal/heimdal-7.8.0.ebuild
+++ b/app-crypt/heimdal/heimdal-7.8.0.ebuild
@@ -121,7 +121,7 @@ multilib_src_configure() {
                )
        fi
 
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+       CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf 
"${myeconfargs[@]}"
 }
 
 multilib_src_compile() {

Reply via email to