summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-29 14:08:46 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-29 14:08:46 +0200
commit5b0969b5b69c567d0f9a1dddbb208b81111ae335 (patch)
treead6d4a39ca1790ff3d4a89b2a4e588976e7d30b6 /dev-python/pyotherside/pyotherside-1.5.9.ebuild
parentx11-drivers/nvidia-drivers: reformat metadata.xml (diff)
downloadgentoo-5b0969b5b69c567d0f9a1dddbb208b81111ae335.tar.gz
gentoo-5b0969b5b69c567d0f9a1dddbb208b81111ae335.tar.bz2
gentoo-5b0969b5b69c567d0f9a1dddbb208b81111ae335.zip
dev-python/pyotherside: add py3.10 support
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pyotherside/pyotherside-1.5.9.ebuild')
-rw-r--r--dev-python/pyotherside/pyotherside-1.5.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyotherside/pyotherside-1.5.9.ebuild b/dev-python/pyotherside/pyotherside-1.5.9.ebuild
index b461490aaff0..d049997d34b9 100644
--- a/dev-python/pyotherside/pyotherside-1.5.9.ebuild
+++ b/dev-python/pyotherside/pyotherside-1.5.9.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit qmake-utils python-single-r1