diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-04-23 11:24:48 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-04-23 11:32:40 +0200 |
commit | 70149ec5843250bffa1beb2b472258830c110de7 (patch) | |
tree | 4a5cd13bcea9fd4852e7ee046f5713cf2a2b4cfb /www-misc | |
parent | app-misc/workrave: Migrate from 'ayatana' to 'appindicator' USE (diff) | |
download | gentoo-70149ec5843250bffa1beb2b472258830c110de7.tar.gz gentoo-70149ec5843250bffa1beb2b472258830c110de7.tar.bz2 gentoo-70149ec5843250bffa1beb2b472258830c110de7.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>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.17.ebuild | 2 |
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 |