diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-11 21:42:09 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-12 10:38:53 -0700 |
commit | ce12d33d8c75b9d06172833297b20d70ac589593 (patch) | |
tree | 81461d284a6ff12ea5136084fc668f604e2cc948 /media-libs/ganv | |
parent | media-libs/ganv: Update for graphviz USE=gtk2 (diff) | |
download | gentoo-ce12d33d8c75b9d06172833297b20d70ac589593.tar.gz gentoo-ce12d33d8c75b9d06172833297b20d70ac589593.tar.bz2 gentoo-ce12d33d8c75b9d06172833297b20d70ac589593.zip |
media-libs/ganv: Add Python 3.10 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/ganv')
-rw-r--r-- | media-libs/ganv/ganv-1.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/ganv/ganv-1.8.0-r1.ebuild b/media-libs/ganv/ganv-1.8.0-r1.ebuild index a462ad3f034f..6ed5c20f508f 100644 --- a/media-libs/ganv/ganv-1.8.0-r1.ebuild +++ b/media-libs/ganv/ganv-1.8.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='threads(+)' inherit flag-o-matic waf-utils python-any-r1 |