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 9A601138350 for ; Wed, 11 Mar 2020 17:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0C98E09CA; Wed, 11 Mar 2020 17:13:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CBBFBE09CA for ; Wed, 11 Mar 2020 17:13:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D228434F22D for ; Wed, 11 Mar 2020 17:13:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EA17171 for ; Wed, 11 Mar 2020 17:13:27 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1583946274.69df5ab4c93c892fa5dea9758dc3db7fc39c2a7c.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild X-VCS-Directories: dev-qt/qtwebkit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 69df5ab4c93c892fa5dea9758dc3db7fc39c2a7c X-VCS-Branch: master Date: Wed, 11 Mar 2020 17:13:27 +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: 0c0c99b6-b373-4cd4-9fd0-7d73ecb74e8b X-Archives-Hash: a0463653519aba6a2198534006a2017b commit: 69df5ab4c93c892fa5dea9758dc3db7fc39c2a7c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 11 17:04:34 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 11 17:04:34 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=69df5ab4 dev-qt/qtwebkit: alpha4 switched to python3 for build Bug: https://bugs.gentoo.org/698990 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild b/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild index 334ad5b4..406b871d 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild @@ -8,12 +8,12 @@ if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="https://github.com/qtwebkit/qtwebkit.git" inherit git-r3 else - MY_P="${PN}-${PV/_pre20190629/-alpha3}" # present as upgrade over previous snapshot + MY_P="${PN}-${PV/_pre20200309/-alpha4}" # present as upgrade over previous snapshot SRC_URI="https://github.com/annulen/webkit/releases/download/${MY_P}/${MY_P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/${MY_P}" fi -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{6,7,8} ) USE_RUBY="ruby25 ruby26 ruby27" inherit check-reqs cmake flag-o-matic python-any-r1 qmake-utils ruby-single toolchain-funcs