summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-17 07:38:44 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-17 07:38:44 +0200
commit78cd2ed01a43fcdfc995b826339141b1f3dd5d5b (patch)
tree06f2401f2dbec1ecc953c9b32a7e23312acfae78 /games-util
parentmedia-sound/csound: Update PYTHON_COMPAT for the stable 6.16.2 ebuild (diff)
downloadgentoo-78cd2ed01a43fcdfc995b826339141b1f3dd5d5b.tar.gz
gentoo-78cd2ed01a43fcdfc995b826339141b1f3dd5d5b.tar.bz2
gentoo-78cd2ed01a43fcdfc995b826339141b1f3dd5d5b.zip
games-util/lutris: Revert "enable py3.11"
py3.11 support patch broke dev-python/python-evdev, we need to revert it. Reverts: 1c243b0c18e9e2d417f6de6929374d40f65b5f7a Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/lutris/lutris-0.5.10.1.ebuild2
-rw-r--r--games-util/lutris/lutris-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/lutris/lutris-0.5.10.1.ebuild b/games-util/lutris/lutris-0.5.10.1.ebuild
index 8808cea2f845..f9735e9f61e4 100644
--- a/games-util/lutris/lutris-0.5.10.1.ebuild
+++ b/games-util/lutris/lutris-0.5.10.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="sqlite,threads(+)"
DISTUTILS_SINGLE_IMPL="1"
diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild
index d0cf69b3a9e0..1b9e6fc4d1db 100644
--- a/games-util/lutris/lutris-9999.ebuild
+++ b/games-util/lutris/lutris-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="sqlite,threads(+)"
DISTUTILS_SINGLE_IMPL="1"