www-misc/urlwatch: add Python 3.8 support
authorLouis Sautier <sbraz@gentoo.org>
Thu, 23 Apr 2020 09:24:48 +0000 (11:24 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Thu, 23 Apr 2020 09:32:40 +0000 (11:32 +0200)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
www-misc/urlwatch/urlwatch-2.17.ebuild

index 48ffbcc5e29dae89f88019d161bd497797f078de..900be8a6d19f43cbfdd9c577e5c186d54dc2d107 100644 (file)
@@ -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