summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-11-13 15:00:53 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-11-13 19:44:12 -0500
commitd40e235c61aa43fdb1651179962f0034efc5a7e8 (patch)
tree93d291370e9d06dce7ad023c90a8acd40bbf88ac /games-puzzle/pathological
parentgames-arcade/solarwolf: enable py3.10 (diff)
downloadgentoo-d40e235c61aa43fdb1651179962f0034efc5a7e8.tar.gz
gentoo-d40e235c61aa43fdb1651179962f0034efc5a7e8.tar.bz2
gentoo-d40e235c61aa43fdb1651179962f0034efc5a7e8.zip
games-puzzle/pathological: EAPI7->8, enable py3.10
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle/pathological')
-rw-r--r--games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild
index dc1f36d2d15d..0c32cefd318d 100644
--- a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild
+++ b/games-puzzle/pathological/pathological-1.1.3_p16-r3.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_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit desktop optfeature python-single-r1
MY_P="${PN}-$(ver_cut 1-3)"