commit:     ea1dcdf99ed090c9de98204e7229d65b88b277f1
Author:     Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 16:43:37 2020 +0000
Commit:     Rémi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 19:30:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1dcdf9

media-libs/gst-plugins-base: fix src_configure with non-bash shells

Closes: https://bugs.gentoo.org/721582
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Rémi Cardona <remi <AT> gentoo.org>

 media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild
index a4cf85b7702..6aeb1095638 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild
@@ -138,7 +138,7 @@ multilib_src_configure() {
                --disable-wgl
        )
 
-       gstreamer_multilib_src_configure \
+       CONFIG_SHELL=${BASH} gstreamer_multilib_src_configure \
                $(use_enable alsa) \
                $(multilib_native_use_enable introspection) \
                $(use_enable ivorbis) \

Reply via email to