diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-04-14 17:00:31 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-04-14 17:33:41 +0200 |
commit | 9ab25810f9be64835143e3d567ce3bda4878db65 (patch) | |
tree | 3b4b240f8e6363822cd0ac4e1f291d297749c570 /app-arch/dtrx | |
parent | sys-apps/openrazer: bump to 3.8.0 (diff) | |
download | gentoo-9ab25810f9be64835143e3d567ce3bda4878db65.tar.gz gentoo-9ab25810f9be64835143e3d567ce3bda4878db65.tar.bz2 gentoo-9ab25810f9be64835143e3d567ce3bda4878db65.zip |
app-arch/dtrx: enable py3.12 compat
Closes: https://bugs.gentoo.org/929280
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-arch/dtrx')
-rw-r--r-- | app-arch/dtrx/dtrx-8.5.3-r1.ebuild (renamed from app-arch/dtrx/dtrx-8.5.3.ebuild) | 4 | ||||
-rw-r--r-- | app-arch/dtrx/dtrx-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/dtrx/dtrx-8.5.3.ebuild b/app-arch/dtrx/dtrx-8.5.3-r1.ebuild index 43636b151107..7a6ccf0a7793 100644 --- a/app-arch/dtrx/dtrx-8.5.3.ebuild +++ b/app-arch/dtrx/dtrx-8.5.3-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 distutils-r1 optfeature diff --git a/app-arch/dtrx/dtrx-9999.ebuild b/app-arch/dtrx/dtrx-9999.ebuild index 42db2c734cf7..efeeace6e9ef 100644 --- a/app-arch/dtrx/dtrx-9999.ebuild +++ b/app-arch/dtrx/dtrx-9999.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 distutils-r1 optfeature |