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