commit: f98325c745e5d68134fe58cbd140b8d2b9a2d468 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Apr 8 16:30:29 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Apr 8 16:39:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98325c7
app-emulation/crossover-bin: enable py3.13 Closes: https://bugs.gentoo.org/952197 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild | 4 ++-- app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild | 4 ++-- app-emulation/crossover-bin/crossover-bin-24.0.4.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild b/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild index 8f1820b96a94..3503abe5b439 100644 --- a/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 unpacker diff --git a/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild b/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild index 0d24c74fa191..c035454627c9 100644 --- a/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 unpacker diff --git a/app-emulation/crossover-bin/crossover-bin-24.0.4.ebuild b/app-emulation/crossover-bin/crossover-bin-24.0.4.ebuild index 810998d9d967..3f9f6812028d 100644 --- a/app-emulation/crossover-bin/crossover-bin-24.0.4.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-24.0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 unpacker
