commit: 40a130287114483b90aafca45f20943419b3ce53 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Jun 26 17:10:26 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jun 26 17:10:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a13028
media-gfx/graphviz: pass qmake5 to configure Closes: https://bugs.gentoo.org/908807 Signed-off-by: David Seifert <soap <AT> gentoo.org> media-gfx/graphviz/graphviz-8.0.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/graphviz/graphviz-8.0.5.ebuild b/media-gfx/graphviz/graphviz-8.0.5.ebuild index da7fcf0e13d4..73b63c95369e 100644 --- a/media-gfx/graphviz/graphviz-8.0.5.ebuild +++ b/media-gfx/graphviz/graphviz-8.0.5.ebuild @@ -187,6 +187,7 @@ src_configure() { # libtool file collision, bug #276609 --without-included-ltdl --disable-ltdl-install + QMAKE=$(usev qt5 qmake5) ) econf "${myconf[@]}" }