Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/
Date: Thu, 23 Apr 2020 09:32:49
Message-Id: 1587634360.70149ec5843250bffa1beb2b472258830c110de7.sbraz@gentoo
1 commit: 70149ec5843250bffa1beb2b472258830c110de7
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 09:24:48 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 09:32:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70149ec5
7
8 www-misc/urlwatch: add Python 3.8 support
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 www-misc/urlwatch/urlwatch-2.17.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-misc/urlwatch/urlwatch-2.17.ebuild b/www-misc/urlwatch/urlwatch-2.17.ebuild
17 index 48ffbcc5e29..900be8a6d19 100644
18 --- a/www-misc/urlwatch/urlwatch-2.17.ebuild
19 +++ b/www-misc/urlwatch/urlwatch-2.17.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26
27 inherit distutils-r1