diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-07-17 12:49:27 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-07-17 14:19:07 -0700 |
commit | 92dd494aea63ac110536c5afe6470644d1df9506 (patch) | |
tree | ff42485147b7d97420dea394757ec57064c3dd12 /media-gfx/xdot | |
parent | media-gfx/xdot: Sync keywords to -9999 (diff) | |
download | gentoo-92dd494aea63ac110536c5afe6470644d1df9506.tar.gz gentoo-92dd494aea63ac110536c5afe6470644d1df9506.tar.bz2 gentoo-92dd494aea63ac110536c5afe6470644d1df9506.zip |
media-gfx/xdot: Add Python 3.8/3.9 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/xdot')
-rw-r--r-- | media-gfx/xdot/xdot-1.1.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/xdot/xdot-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/xdot/xdot-1.1.ebuild b/media-gfx/xdot/xdot-1.1.ebuild index 56d384cda20b..1feb05b5fa48 100644 --- a/media-gfx/xdot/xdot-1.1.ebuild +++ b/media-gfx/xdot/xdot-1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) MY_PN=xdot.py EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}" diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild index cbaae4236b11..6c4786522753 100644 --- a/media-gfx/xdot/xdot-9999.ebuild +++ b/media-gfx/xdot/xdot-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) MY_PN=xdot.py EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}" |