commit: 7da97a920351fe66ee3fad7264817341342334e6 Author: Yury Martynov <email <AT> linxon <DOT> ru> AuthorDate: Sun May 10 05:47:41 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun May 17 16:41:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da97a92
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 <email <AT> linxon.ru> Closes: https://github.com/gentoo/gentoo/pull/15735 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/zbar/zbar-0.23.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/zbar/zbar-0.23.1.ebuild b/media-gfx/zbar/zbar-0.23.1.ebuild index c284e6b7e98..79c9d2c02b8 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[@]}"
