Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/
Date: Thu, 29 Apr 2021 01:26:54
Message-Id: 1619659585.01a081aec3edf82de44eefada66e859c98d34498.mattst88@gentoo
1 commit: 01a081aec3edf82de44eefada66e859c98d34498
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 01:26:18 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 01:26:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a081ae
7
8 net-libs/webkit-gtk: Add Python 3.9 support
9
10 Closes: https://bugs.gentoo.org/737706
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
17 index b62e32197a1..5c70c3a07d2 100644
18 --- a/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
19 +++ b/net-libs/webkit-gtk/webkit-gtk-2.30.6.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_{7..8} )
25 +PYTHON_COMPAT=( python3_{7..9} )
26 USE_RUBY="ruby24 ruby25 ruby26 ruby27 ruby30"
27
28 inherit check-reqs cmake flag-o-matic gnome2 pax-utils python-any-r1 ruby-single toolchain-funcs virtualx