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/.}"