summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-03 05:13:02 +0100
committerSam James <sam@gentoo.org>2022-06-03 05:31:07 +0100
commit42bebfb4b74f7a1e6ef30aafd0eb4a5470c54737 (patch)
tree75472acbc4b4b4a11df9bb84ad639de6f36e05f7 /media-gfx/graphviz
parentdev-db/unixODBC: use confcache (diff)
downloadgentoo-42bebfb4b74f7a1e6ef30aafd0eb4a5470c54737.tar.gz
gentoo-42bebfb4b74f7a1e6ef30aafd0eb4a5470c54737.tar.bz2
gentoo-42bebfb4b74f7a1e6ef30aafd0eb4a5470c54737.zip
media-gfx/graphviz: use confcache
... and drop redundant --disable-static (implied by EAPI 8). Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r--media-gfx/graphviz/graphviz-2.50.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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)