summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-04-23 11:24:48 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-04-23 11:32:40 +0200
commit70149ec5843250bffa1beb2b472258830c110de7 (patch)
tree4a5cd13bcea9fd4852e7ee046f5713cf2a2b4cfb
parentapp-misc/workrave: Migrate from 'ayatana' to 'appindicator' USE (diff)
downloadgentoo-70149ec5.tar.gz
gentoo-70149ec5.tar.bz2
gentoo-70149ec5.zip
www-misc/urlwatch: add Python 3.8 support
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
-rw-r--r--www-misc/urlwatch/urlwatch-2.17.ebuild2
1 files changed, 1 insertions, 1 deletions
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