commit:     42bebfb4b74f7a1e6ef30aafd0eb4a5470c54737
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 04:13:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 04:31:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bebfb4

media-gfx/graphviz: use confcache

... and drop redundant --disable-static (implied by EAPI 8).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/graphviz/graphviz-2.50.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-gfx/graphviz/graphviz-2.50.0.ebuild 
b/media-gfx/graphviz/graphviz-2.50.0.ebuild
index 9a1c07da3537..b14f06d1bc0f 100644
--- a/media-gfx/graphviz/graphviz-2.50.0.ebuild
+++ b/media-gfx/graphviz/graphviz-2.50.0.ebuild
@@ -188,7 +188,8 @@ src_prepare() {
 
 src_configure() {
        local myconf=(
-               --disable-static
+               # Speeds up the libltdl configure
+               --cache-file="${S}"/config.cache
                --enable-ltdl
                $(use_with cairo pangocairo)
                $(use_with devil)

Reply via email to