diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-07-16 00:35:04 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-07-16 00:36:14 +0200 |
commit | d5702b46c56f7f811c99597273528d37b7e62aff (patch) | |
tree | dcf749a4fd921cc7b1181073a844fcf69d809090 /www-misc | |
parent | app-accessibility/espeak-ng: keyworded 1.50 for ppc64 (diff) | |
download | gentoo-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')
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.23.ebuild | 3 |
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 |