diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-10-19 15:51:42 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-10-19 16:52:30 +0200 |
commit | ffb537e6119da60231f550f8008738f25c85feee (patch) | |
tree | d7ae0cfa0d6a7aa190bf3253b5efda27a595dda5 /app-emulation | |
parent | app-emulation/crossover-bin: add 23.6.0 (diff) | |
download | gentoo-ffb537e6119da60231f550f8008738f25c85feee.tar.gz gentoo-ffb537e6119da60231f550f8008738f25c85feee.tar.bz2 gentoo-ffb537e6119da60231f550f8008738f25c85feee.zip |
app-emulation/crossover-bin: enable py3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 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 c1ca3fdd5707..3cd75623f13d 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..11} ) +PYTHON_COMPAT=( python3_{9..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 d5bb861a2bbf..f0e041d41b3c 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..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-single-r1 unpacker |