From: Yury Martynov Date: Sun, 10 May 2020 05:47:41 +0000 (+0300) Subject: media-gfx/zbar: 0.23.1 configure fails with /bin/sh != bash X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7da97a920351fe66ee3fad7264817341342334e6;p=gentoo.git media-gfx/zbar: 0.23.1 configure fails with /bin/sh != bash Closes: https://bugs.gentoo.org/721370 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov Closes: https://github.com/gentoo/gentoo/pull/15735 Signed-off-by: Joonas Niilola --- diff --git a/media-gfx/zbar/zbar-0.23.1.ebuild b/media-gfx/zbar/zbar-0.23.1.ebuild index c284e6b7e988..79c9d2c02b86 100644 --- a/media-gfx/zbar/zbar-0.23.1.ebuild +++ b/media-gfx/zbar/zbar-0.23.1.ebuild @@ -193,6 +193,8 @@ multilib_src_configure() { use test && myeconfargs+=( --without-zbarimg-tests ) fi + # use bash (bug 721370) + CONFIG_SHELL='/bin/bash' \ ECONF_SOURCE="${S}" \ econf "${myeconfargs[@]}"