Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/
Date: Sat, 14 Sep 2019 14:59:38
Message-Id: 1568472745.2095a56a089c5d0b4cdcb93e2ed963c74dc618b7.asturm@gentoo
1 commit: 2095a56a089c5d0b4cdcb93e2ed963c74dc618b7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 12:47:43 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 14:52:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2095a56a
7
8 media-gfx/graphviz: Better describe USE gts
9
10 GTS stands for GNU Triangulated Surface Library, and is required
11 for sfdp to work.
12
13 Thanks-to: WGH <wgh <AT> torlan.ru>
14 Closes: https://bugs.gentoo.org/671108
15 Closes: https://github.com/gentoo/gentoo/pull/9698
16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
17
18 media-gfx/graphviz/metadata.xml | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/media-gfx/graphviz/metadata.xml b/media-gfx/graphviz/metadata.xml
22 index 8d0090a0b02..542fc64c850 100644
23 --- a/media-gfx/graphviz/metadata.xml
24 +++ b/media-gfx/graphviz/metadata.xml
25 @@ -34,7 +34,7 @@
26 <flag name="devil">Enables DevIL output plugin -Tdevil</flag>
27 <flag name="gdk-pixbuf">Enables gdk-pixbuf2 plugin</flag>
28 <flag name="gtk">Enables gtk+ output plugin -Tgtk (needs cairo)</flag>
29 - <flag name="gts">Enables support for gts</flag>
30 + <flag name="gts">Enables support for GNU Triangulated Surface Library (required for sfdp to work)</flag>
31 <flag name="lasi">Enables PostScript output via <pkg>media-libs/lasi</pkg>, for plugin -Tlasi (needs cairo)</flag>
32 <flag name="X">Builds lefty front-end, builds plugin -Txlib, and enables support for x11 in various other modules (needs cairo)</flag>
33 </use>