diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-11 21:59:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-11 23:32:53 +0200 |
commit | bf0de2f1e90c9c16b6b4353dda1adece24116669 (patch) | |
tree | 4d37982be885bc9eb5d23c97344e21fc0a8680ff /media-gfx | |
parent | media-libs/zxing-cpp: Disable examples build, add IUSE="test" (diff) | |
download | gentoo-bf0de2f1e90c9c16b6b4353dda1adece24116669.tar.gz gentoo-bf0de2f1e90c9c16b6b4353dda1adece24116669.tar.bz2 gentoo-bf0de2f1e90c9c16b6b4353dda1adece24116669.zip |
media-gfx/graphviz: python3_9
If Fedora can, so do we.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/graphviz/graphviz-2.44.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild b/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild index cab048b373aa..cc8390a654b3 100644 --- a/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild +++ b/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils DESCRIPTION="Open Source Graph Visualization Software" |