commit:     dbe010c3433f0b88a916563473136e8edf10173c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 15:23:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 15:24:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe010c3

media-gfx/graphviz: temporarily force bash

The change has been reverted upstream, but just force Bash temporarily rather 
than
add a patch we know we'll have to remove on the next release anyway.

See https://gitlab.com/graphviz/graphviz/-/merge_requests/3636.

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

 media-gfx/graphviz/graphviz-10.0.1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-gfx/graphviz/graphviz-10.0.1.ebuild 
b/media-gfx/graphviz/graphviz-10.0.1.ebuild
index 4ec6b1f89f44..be0c1a91e64f 100644
--- a/media-gfx/graphviz/graphviz-10.0.1.ebuild
+++ b/media-gfx/graphviz/graphviz-10.0.1.ebuild
@@ -194,7 +194,10 @@ src_configure() {
                --disable-ltdl-install
                QMAKE=$(usev qt5 qmake5)
        )
-       econf "${myconf[@]}"
+       # XXX: Temporary bash for bug #926600. It's been reverted upstream
+       # on master already:
+       # https://gitlab.com/graphviz/graphviz/-/merge_requests/3636
+       CONFIG_SHELL="${BROOT}"/bin/bash econf "${myconf[@]}"
 }
 
 src_install() {

Reply via email to