From 42bebfb4b74f7a1e6ef30aafd0eb4a5470c54737 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 3 Jun 2022 05:13:02 +0100 Subject: media-gfx/graphviz: use confcache ... and drop redundant --disable-static (implied by EAPI 8). Signed-off-by: Sam James --- media-gfx/graphviz/graphviz-2.50.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'media-gfx/graphviz') 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) -- cgit v1.2.3-65-gdbad