From: Louis Sautier Date: Thu, 23 Apr 2020 09:24:48 +0000 (+0200) Subject: www-misc/urlwatch: add Python 3.8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=70149ec5843250bffa1beb2b472258830c110de7;p=gentoo.git www-misc/urlwatch: add Python 3.8 support Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Louis Sautier --- diff --git a/www-misc/urlwatch/urlwatch-2.17.ebuild b/www-misc/urlwatch/urlwatch-2.17.ebuild index 48ffbcc5e29d..900be8a6d19f 100644 --- a/www-misc/urlwatch/urlwatch-2.17.ebuild +++ b/www-misc/urlwatch/urlwatch-2.17.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1