diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-05-13 22:49:51 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-05-14 19:47:46 -0400 |
commit | aa38e537f3be64dd8dd654128a48a7dedf289e68 (patch) | |
tree | 4d792090ecd71010fd06bfb83213f73919afc339 /app-emulation/wine-staging | |
parent | games-engines/odamex: Revert back to wxGTK 3.0 (diff) | |
download | gentoo-aa38e537f3be64dd8dd654128a48a7dedf289e68.tar.gz gentoo-aa38e537f3be64dd8dd654128a48a7dedf289e68.tar.bz2 gentoo-aa38e537f3be64dd8dd654128a48a7dedf289e68.zip |
app-emulation/wine-staging: cleanup py3.9
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-staging')
4 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/wine-staging/wine-staging-8.5.ebuild b/app-emulation/wine-staging/wine-staging-8.5.ebuild index 1d9218bfa197..df75c4969c98 100644 --- a/app-emulation/wine-staging/wine-staging-8.5.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools edo flag-o-matic multilib multilib-build inherit python-any-r1 toolchain-funcs wrapper diff --git a/app-emulation/wine-staging/wine-staging-8.6.1.ebuild b/app-emulation/wine-staging/wine-staging-8.6.1.ebuild index cab12fde862c..18f222e446b5 100644 --- a/app-emulation/wine-staging/wine-staging-8.6.1.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools edo flag-o-matic multilib multilib-build inherit python-any-r1 toolchain-funcs wrapper diff --git a/app-emulation/wine-staging/wine-staging-8.7.ebuild b/app-emulation/wine-staging/wine-staging-8.7.ebuild index f7296349f46f..bf02447a2a5e 100644 --- a/app-emulation/wine-staging/wine-staging-8.7.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools edo flag-o-matic multilib multilib-build inherit python-any-r1 toolchain-funcs wrapper diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index bbf0f0ca9656..4f23f0fc4c4e 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools edo flag-o-matic multilib multilib-build inherit python-any-r1 toolchain-funcs wrapper |