diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-10-19 15:58:21 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-10-19 16:52:30 +0200 |
commit | bf8783159f82c57bb2056bda997f43096f1f46c6 (patch) | |
tree | e655f8a2060632a3a4ae1dde89df6b02780b0176 /app-emulation | |
parent | app-emulation/crossover-bin: enable py3.12 (diff) | |
download | gentoo-bf8783159f82c57bb2056bda997f43096f1f46c6.tar.gz gentoo-bf8783159f82c57bb2056bda997f43096f1f46c6.tar.bz2 gentoo-bf8783159f82c57bb2056bda997f43096f1f46c6.zip |
app-emulation/crossover-bin: disable py3.9
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-emulation')
3 files changed, 3 insertions, 3 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 3cd75623f13d..be218e299e27 100644 --- a/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 unpacker diff --git a/app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild b/app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild index f0e041d41b3c..7ca797070a07 100644 --- a/app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) 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 fa434d0cf1d2..11b4d0aec36d 100644 --- a/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 unpacker |