summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-10 15:23:55 +0000
committerSam James <sam@gentoo.org>2024-03-10 15:24:23 +0000
commitdbe010c3433f0b88a916563473136e8edf10173c (patch)
tree7c02cd5c68af7770b8f7424d371da9c1b36f9d70 /media-gfx
parentdev-ruby/faraday-multipart: enable ruby33 (diff)
downloadgentoo-dbe010c3433f0b88a916563473136e8edf10173c.tar.gz
gentoo-dbe010c3433f0b88a916563473136e8edf10173c.tar.bz2
gentoo-dbe010c3433f0b88a916563473136e8edf10173c.zip
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@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/graphviz/graphviz-10.0.1.ebuild5
1 files changed, 4 insertions, 1 deletions
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() {