summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-07-16 00:35:04 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-07-16 00:36:14 +0200
commitd5702b46c56f7f811c99597273528d37b7e62aff (patch)
treedcf749a4fd921cc7b1181073a844fcf69d809090 /www-misc/urlwatch
parentapp-accessibility/espeak-ng: keyworded 1.50 for ppc64 (diff)
downloadgentoo-d5702b46c56f7f811c99597273528d37b7e62aff.tar.gz
gentoo-d5702b46c56f7f811c99597273528d37b7e62aff.tar.bz2
gentoo-d5702b46c56f7f811c99597273528d37b7e62aff.zip
www-misc/urlwatch: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-misc/urlwatch')
-rw-r--r--www-misc/urlwatch/urlwatch-2.23.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/www-misc/urlwatch/urlwatch-2.23.ebuild b/www-misc/urlwatch/urlwatch-2.23.ebuild
index 4f3817d27e8e..5328b1778a19 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