commit: d5702b46c56f7f811c99597273528d37b7e62aff
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 22:35:04 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 22:36:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5702b46
www-misc/urlwatch: enable py3.10
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
www-misc/urlwatch/urlwatch-2.23.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www-misc/urlwatch/urlwatch-2.23.ebuild
b/www-misc/urlwatch/urlwatch-2.23.ebuild
index 4f3817d27e8..5328b1778a1 100644
--- a/www-misc/urlwatch/urlwatch-2.23.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.23.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1