commit: 9ab25810f9be64835143e3d567ce3bda4878db65 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 15:00:31 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=9ab25810
app-arch/dtrx: enable py3.12 compat Closes: https://bugs.gentoo.org/929280 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-arch/dtrx/{dtrx-8.5.3.ebuild => dtrx-8.5.3-r1.ebuild} | 4 ++-- 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 similarity index 93% rename from app-arch/dtrx/dtrx-8.5.3.ebuild rename to 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
