diff options
author | Martin Väth <martin@mvath.de> | 2022-06-04 15:04:41 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2022-06-04 15:04:41 +0200 |
commit | 64a9ebb6b2c9a7ec04537954d6ff9ccf672a3726 (patch) | |
tree | a69e65728e7a138e9c3375344342af5b02700051 | |
parent | app-portage/eix: Version bump (diff) | |
download | mv-64a9ebb6b2c9a7ec04537954d6ff9ccf672a3726.tar.gz mv-64a9ebb6b2c9a7ec04537954d6ff9ccf672a3726.tar.bz2 mv-64a9ebb6b2c9a7ec04537954d6ff9ccf672a3726.zip |
Support python-3.11
Signed-off-by: Martin Väth <martin@mvath.de>
8 files changed, 8 insertions, 8 deletions
diff --git a/app-portage/etcat/etcat-1.0.2.ebuild b/app-portage/etcat/etcat-1.0.2.ebuild index d1f9e07b..cc4e751f 100644 --- a/app-portage/etcat/etcat-1.0.2.ebuild +++ b/app-portage/etcat/etcat-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) case ${PV} in 99999999*) diff --git a/app-portage/etcat/etcat-99999999.ebuild b/app-portage/etcat/etcat-99999999.ebuild index d1f9e07b..cc4e751f 100644 --- a/app-portage/etcat/etcat-99999999.ebuild +++ b/app-portage/etcat/etcat-99999999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) case ${PV} in 99999999*) diff --git a/app-text/stardict/stardict-3.0.6-r4.ebuild b/app-text/stardict/stardict-3.0.6-r4.ebuild index f2961d37..e54eed44 100644 --- a/app-text/stardict/stardict-3.0.6-r4.ebuild +++ b/app-text/stardict/stardict-3.0.6-r4.ebuild @@ -8,7 +8,7 @@ EAPI=8 # seperate for now. GNOME2_LA_PUNT=yes -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit autotools flag-o-matic gnome2 python-single-r1 diff --git a/dev-cpp/cpplint/cpplint-99999999.ebuild b/dev-cpp/cpplint/cpplint-99999999.ebuild index 362106fd..1f6349a8 100644 --- a/dev-cpp/cpplint/cpplint-99999999.ebuild +++ b/dev-cpp/cpplint/cpplint-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) EGIT_REPO_URI="https://github.com/google/styleguide.git" inherit elisp-common git-r3 python-single-r1 RESTRICT="mirror" diff --git a/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild b/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild index 0d1854ca..bcd2dda1 100644 --- a/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-any-r1 toolchain-funcs qmake-utils MY_PV="${PV/.}" diff --git a/media-video/pipewire/pipewire-0.3.51-r1.ebuild b/media-video/pipewire/pipewire-0.3.51-r1.ebuild index 48897304..19175376 100644 --- a/media-video/pipewire/pipewire-0.3.51-r1.ebuild +++ b/media-video/pipewire/pipewire-0.3.51-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit flag-o-matic meson-multilib optfeature prefix python-any-r1 systemd udev diff --git a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.5.14.ebuild b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.5.14.ebuild index 6d94b861..30a2216b 100644 --- a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.5.14.ebuild +++ b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.5.14.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 diff --git a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild index 6d94b861..30a2216b 100644 --- a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild +++ b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |