diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-28 21:26:18 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-28 21:26:25 -0400 |
commit | 01a081aec3edf82de44eefada66e859c98d34498 (patch) | |
tree | 5a2d5c6b1749f3c22bbdeb53c5c8bcd4eaff1de8 /net-libs/webkit-gtk | |
parent | profiles: Unmask dev-lang/vala:0.50 (diff) | |
download | gentoo-01a081aec3edf82de44eefada66e859c98d34498.tar.gz gentoo-01a081aec3edf82de44eefada66e859c98d34498.tar.bz2 gentoo-01a081aec3edf82de44eefada66e859c98d34498.zip |
net-libs/webkit-gtk: Add Python 3.9 support
Closes: https://bugs.gentoo.org/737706
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/webkit-gtk')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |