From 01a081aec3edf82de44eefada66e859c98d34498 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 28 Apr 2021 21:26:18 -0400 Subject: net-libs/webkit-gtk: Add Python 3.9 support Closes: https://bugs.gentoo.org/737706 Signed-off-by: Matt Turner --- net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-libs/webkit-gtk') diff --git a/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild index b62e32197a1e..5c70c3a07d25 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) USE_RUBY="ruby24 ruby25 ruby26 ruby27 ruby30" inherit check-reqs cmake flag-o-matic gnome2 pax-utils python-any-r1 ruby-single toolchain-funcs virtualx -- cgit v1.2.3-65-gdbad