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: Sun, 11 Oct 2020 21:33:27
Message-Id: 1602451973.bf0de2f1e90c9c16b6b4353dda1adece24116669.asturm@gentoo
1 commit: bf0de2f1e90c9c16b6b4353dda1adece24116669
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 19:59:23 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 21:32:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0de2f1
7
8 media-gfx/graphviz: python3_9
9
10 If Fedora can, so do we.
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-gfx/graphviz/graphviz-2.44.1-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild b/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild
19 index cab048b373a..cc8390a654b 100644
20 --- a/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild
21 +++ b/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_{7,8,9} )
28 inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils
29
30 DESCRIPTION="Open Source Graph Visualization Software"