Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/
Date: Fri, 03 Jun 2022 04:31:16
Message-Id: 1654230667.42bebfb4b74f7a1e6ef30aafd0eb4a5470c54737.sam@gentoo
1 commit: 42bebfb4b74f7a1e6ef30aafd0eb4a5470c54737
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 04:13:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 04:31:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bebfb4
7
8 media-gfx/graphviz: use confcache
9
10 ... and drop redundant --disable-static (implied by EAPI 8).
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-gfx/graphviz/graphviz-2.50.0.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/media-gfx/graphviz/graphviz-2.50.0.ebuild b/media-gfx/graphviz/graphviz-2.50.0.ebuild
18 index 9a1c07da3537..b14f06d1bc0f 100644
19 --- a/media-gfx/graphviz/graphviz-2.50.0.ebuild
20 +++ b/media-gfx/graphviz/graphviz-2.50.0.ebuild
21 @@ -188,7 +188,8 @@ src_prepare() {
22
23 src_configure() {
24 local myconf=(
25 - --disable-static
26 + # Speeds up the libltdl configure
27 + --cache-file="${S}"/config.cache
28 --enable-ltdl
29 $(use_with cairo pangocairo)
30 $(use_with devil)