commit: a86ce614ba1c6429d96b0e078cbf3507b8468fcf Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Mar 27 16:35:04 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Mar 27 16:35:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86ce614
app-arch/dtrx: update PYTHON_COMPAT - drop 3.10, add 3.13 Closes: https://bugs.gentoo.org/952176 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-arch/dtrx/{dtrx-8.5.3-r1.ebuild => dtrx-8.5.3-r2.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-r1.ebuild b/app-arch/dtrx/dtrx-8.5.3-r2.ebuild similarity index 93% rename from app-arch/dtrx/dtrx-8.5.3-r1.ebuild rename to app-arch/dtrx/dtrx-8.5.3-r2.ebuild index 7a6ccf0a7793..0dc8b6d1822a 100644 --- a/app-arch/dtrx/dtrx-8.5.3-r1.ebuild +++ b/app-arch/dtrx/dtrx-8.5.3-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 optfeature diff --git a/app-arch/dtrx/dtrx-9999.ebuild b/app-arch/dtrx/dtrx-9999.ebuild index efeeace6e9ef..71720f8383f7 100644 --- a/app-arch/dtrx/dtrx-9999.ebuild +++ b/app-arch/dtrx/dtrx-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 optfeature
