From 7ec10bbc89f25b24ad5d9646866a85b5f69af01c Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Mon, 4 Jul 2022 14:01:49 +0200 Subject: [PATCH] dev-python/cymruwhois: Adding support for py3.10 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay --- dev-python/cymruwhois/cymruwhois-1.6-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/cymruwhois/cymruwhois-1.6-r1.ebuild b/dev-python/cymruwhois/cymruwhois-1.6-r1.ebuild index 3c67eb6..61d1d80 100644 --- a/dev-python/cymruwhois/cymruwhois-1.6-r1.ebuild +++ b/dev-python/cymruwhois/cymruwhois-1.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Client for the whois.cymru.com service"