commit: d40e235c61aa43fdb1651179962f0034efc5a7e8
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 20:00:53 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:44:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40e235c
games-puzzle/pathological: EAPI7->8, enable py3.10
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild | 4 ++--
1 file 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 dc1f36d2d15..0c32cefd318 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)"