From 091f0c396279d09fb3f53aeb9f877a55f4e5ac39 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Tue, 22 Feb 2022 15:27:46 +0100 Subject: [PATCH] dev-python/urlmatch: allow python3_10 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nicola Smaniotto --- .../{urlmatch-1.0.1.ebuild => urlmatch-1.0.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/urlmatch/{urlmatch-1.0.1.ebuild => urlmatch-1.0.1-r1.ebuild} (89%) diff --git a/dev-python/urlmatch/urlmatch-1.0.1.ebuild b/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild similarity index 89% rename from dev-python/urlmatch/urlmatch-1.0.1.ebuild rename to dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild index f94bde28e7..db6e61ee17 100644 --- a/dev-python/urlmatch/urlmatch-1.0.1.ebuild +++ b/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1