diff options
author | 2022-06-03 05:13:02 +0100 | |
---|---|---|
committer | 2022-06-03 05:31:07 +0100 | |
commit | 42bebfb4b74f7a1e6ef30aafd0eb4a5470c54737 (patch) | |
tree | 75472acbc4b4b4a11df9bb84ad639de6f36e05f7 /media-gfx | |
parent | dev-db/unixODBC: use confcache (diff) | |
download | gentoo-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')
-rw-r--r-- | media-gfx/graphviz/graphviz-2.50.0.ebuild | 3 |
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) |