diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-22 09:05:24 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-22 09:05:43 -0700 |
commit | 22aca5c08a323053ba136bb1d389616c4f1001b8 (patch) | |
tree | 557d58d2048a70de62dd37aef9763965c64ce6f3 /app-portage | |
parent | dev-python/google-reauth-python: enable py3.10 (diff) | |
download | gentoo-22aca5c08a323053ba136bb1d389616c4f1001b8.tar.gz gentoo-22aca5c08a323053ba136bb1d389616c4f1001b8.tar.bz2 gentoo-22aca5c08a323053ba136bb1d389616c4f1001b8.zip |
app-portage/esearch: enable py3.10
Closes: https://bugs.gentoo.org/845561
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/esearch/esearch-1.3-r3.ebuild | 2 | ||||
-rw-r--r-- | app-portage/esearch/esearch-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild b/app-portage/esearch/esearch-1.3-r3.ebuild index 1cbe38b2307f..2d461194a0af 100644 --- a/app-portage/esearch/esearch-1.3-r3.ebuild +++ b/app-portage/esearch/esearch-1.3-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="readline(+)" DISTUTILS_USE_SETUPTOOLS=no diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild index 33983df846b5..2ac8846c0e61 100644 --- a/app-portage/esearch/esearch-9999.ebuild +++ b/app-portage/esearch/esearch-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="readline(+)" DISTUTILS_USE_SETUPTOOLS=no |