diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-04-14 16:56:42 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-04-14 17:33:41 +0200 |
commit | 3c7df911473928ed1988a813331b308cb61506e4 (patch) | |
tree | 885cd816f3fc68cf4caf834b93bded5ff5ed6213 /sys-apps/openrazer | |
parent | dev-python/OutputCheck: enable py3.12 compat (diff) | |
download | gentoo-3c7df911473928ed1988a813331b308cb61506e4.tar.gz gentoo-3c7df911473928ed1988a813331b308cb61506e4.tar.bz2 gentoo-3c7df911473928ed1988a813331b308cb61506e4.zip |
sys-apps/openrazer: enable py3.12 compat
Closes: https://bugs.gentoo.org/929817
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sys-apps/openrazer')
-rw-r--r-- | sys-apps/openrazer/openrazer-3.7.0-r1.ebuild (renamed from sys-apps/openrazer/openrazer-3.7.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/openrazer/openrazer-3.7.0.ebuild b/sys-apps/openrazer/openrazer-3.7.0-r1.ebuild index f6e5fa460d6b..878518347eef 100644 --- a/sys-apps/openrazer/openrazer-3.7.0.ebuild +++ b/sys-apps/openrazer/openrazer-3.7.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit readme.gentoo-r1 systemd udev xdg-utils distutils-r1 linux-mod-r1 |