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: Mon, 25 Nov 2019 00:01:47
Message-Id: 1574640092.07e832b756bd0f56ca3d676629a630eaa1ed346d.asturm@gentoo
1 commit: 07e832b756bd0f56ca3d676629a630eaa1ed346d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 24 23:16:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 00:01:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e832b7
7
8 media-gfx/graphviz: python3_8
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/graphviz/graphviz-2.42.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/graphviz/graphviz-2.42.3.ebuild b/media-gfx/graphviz/graphviz-2.42.3.ebuild
17 index 8cc379d8fd8..67b51ca4f75 100644
18 --- a/media-gfx/graphviz/graphviz-2.42.3.ebuild
19 +++ b/media-gfx/graphviz/graphviz-2.42.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
25 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
26 inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils
27
28 DESCRIPTION="Open Source Graph Visualization Software"