From f1660c634e1430fd902886994d964ea74e1984ad Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 3 Aug 2022 18:10:22 +0200 Subject: [PATCH] Bump python compatibility for sdlmame and gertty --- dev-util/gertty/gertty-1.6.0-r10.ebuild | 4 ++-- games-emulation/sdlmame/sdlmame-0.235.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/gertty/gertty-1.6.0-r10.ebuild b/dev-util/gertty/gertty-1.6.0-r10.ebuild index 1b1c506..ad917ca 100644 --- a/dev-util/gertty/gertty-1.6.0-r10.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) +EAPI=8 +PYTHON_COMPAT=( python3_{7..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/games-emulation/sdlmame/sdlmame-0.235.ebuild b/games-emulation/sdlmame/sdlmame-0.235.ebuild index 6ec85c7..560f828 100644 --- a/games-emulation/sdlmame/sdlmame-0.235.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.235.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python{2_7,3_{8..11}} ) inherit desktop eutils python-any-r1 toolchain-funcs qmake-utils xdg-utils MY_PV="${PV/.}"