commit: 3c7df911473928ed1988a813331b308cb61506e4 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 14:56:42 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 15:33:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7df911
sys-apps/openrazer: enable py3.12 compat Closes: https://bugs.gentoo.org/929817 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../openrazer/{openrazer-3.7.0.ebuild => openrazer-3.7.0-r1.ebuild} | 4 ++-- 1 file 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 similarity index 98% rename from sys-apps/openrazer/openrazer-3.7.0.ebuild rename to 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
