projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f8c3ff
)
www-misc/urlwatch: add Python 3.8 support
author
Louis Sautier
<sbraz@gentoo.org>
Thu, 23 Apr 2020 09:24:48 +0000
(11:24 +0200)
committer
Louis 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
patch
|
blob
|
history
diff --git
a/www-misc/urlwatch/urlwatch-2.17.ebuild
b/www-misc/urlwatch/urlwatch-2.17.ebuild
index 48ffbcc5e29dae89f88019d161bd497797f078de..900be8a6d19f43cbfdd9c577e5c186d54dc2d107 100644
(file)
--- 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