commit: 5f13cf92e5e61022f81c7aa759cec96a6500fdae
parent 6491ce66c8b613de75a7f9948339120add182b18
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 22 Jul 2022 02:23:38 +0200
games-util/steamcontroller: Python 3.10
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/steamcontroller/steamcontroller-9999.ebuild b/games-util/steamcontroller/steamcontroller-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1 git-r3