From 8a9c8826c9a0ee38cc01b81f252558734837d9d5 Mon Sep 17 00:00:00 2001 From: Brian Waters Date: Tue, 1 Jun 2021 21:18:05 -0400 Subject: [PATCH] ropper: bump to python 3.9 --- app-exploits/ropper/ropper-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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