From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B3FB138359 for ; Fri, 20 Nov 2020 22:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A0CCE079E; Fri, 20 Nov 2020 22:03:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B3ADE079E for ; Fri, 20 Nov 2020 22:03:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AFF0340E80 for ; Fri, 20 Nov 2020 22:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 363D543B for ; Fri, 20 Nov 2020 22:03:26 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1605909792.f85d181d73c396cb186f4cb1e81499e8ee5d05db.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.28.4.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f85d181d73c396cb186f4cb1e81499e8ee5d05db X-VCS-Branch: master Date: Fri, 20 Nov 2020 22:03:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 383e0691-78f0-4e9f-b8cc-6d86a8f6ff90 X-Archives-Hash: 9d3b8dd2f564dce30aea2d2887f30756 commit: f85d181d73c396cb186f4cb1e81499e8ee5d05db Author: Mart Raudsepp gentoo org> AuthorDate: Fri Nov 20 19:23:19 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Nov 20 22:03:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85d181d net-libs/webkit-gtk: allow python3.8 for build Bug: https://bugs.gentoo.org/737706 Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/webkit-gtk/webkit-gtk-2.28.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.28.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.28.4.ebuild index 27ed996c0ab..1a0c147ba35 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.28.4.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.28.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6..8} ) USE_RUBY="ruby24 ruby25 ruby26 ruby27" CMAKE_MIN_VERSION=3.10