From bf8783159f82c57bb2056bda997f43096f1f46c6 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 19 Oct 2023 15:58:21 +0200 Subject: app-emulation/crossover-bin: disable py3.9 Signed-off-by: Pacho Ramos --- app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild | 2 +- app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild | 2 +- app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app-emulation/crossover-bin') 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 -- cgit v1.2.3-65-gdbad