diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-07 22:14:58 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-07 22:25:56 +0200 |
commit | 7417a89beb62cc02a532c622d3a6cafc8dd5e805 (patch) | |
tree | 8a5c83a40e63c46e736bedf3cb35b6be924d9c8d /app-portage | |
parent | net-misc/apt-cacher-ng: add libevent[threads] usedep (diff) | |
download | gentoo-7417a89beb62cc02a532c622d3a6cafc8dd5e805.tar.gz gentoo-7417a89beb62cc02a532c622d3a6cafc8dd5e805.tar.bz2 gentoo-7417a89beb62cc02a532c622d3a6cafc8dd5e805.zip |
app-portage/gentoolkit: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild index dd0c74111423..5e66d2ff7856 100644 --- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index a05cb33f75d4..73c07b7f3706 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 |