diff options
author | Sam James <sam@gentoo.org> | 2023-02-09 03:24:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-09 03:24:08 +0000 |
commit | 41e77aadea2c944996dcec87463b000b1a69ab3c (patch) | |
tree | 468394b3dafae74e3d022779c92896c49487a448 /app-crypt/heimdal | |
parent | sys-devel/reflex: force -j1 for now (diff) | |
download | gentoo-41e77aadea2c944996dcec87463b000b1a69ab3c.tar.gz gentoo-41e77aadea2c944996dcec87463b000b1a69ab3c.tar.bz2 gentoo-41e77aadea2c944996dcec87463b000b1a69ab3c.zip |
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@gentoo.org>
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.7.1.ebuild | 2 | ||||
-rw-r--r-- | 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() { |