diff --git a/app-exploits/ropper/ropper-9999.ebuild b/app-exploits/ropper/ropper-9999.ebuild index cd2258143..f6a9e28ba 100644 --- a/app-exploits/ropper/ropper-9999.ebuild +++ b/app-exploits/ropper/ropper-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 diff --git a/sys-devel/gef/gef-9999.ebuild b/sys-devel/gef/gef-9999.ebuild index 14f4072e4..4aefd452c 100644 --- a/sys-devel/gef/gef-9999.ebuild +++ b/sys-devel/gef/gef-9999.ebuild @@ -3,8 +3,7 @@ EAPI=7 -#dev-libs/keystone does not support python3.9 yet -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit eutils python-single-r1