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 2B40513835D for ; Thu, 10 Sep 2020 17:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E4BDE086C; Thu, 10 Sep 2020 17:49:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 55B13E086C for ; Thu, 10 Sep 2020 17:49:18 +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 5A381340DBD for ; Thu, 10 Sep 2020 17:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D977335C for ; Thu, 10 Sep 2020 17:49:15 +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: <1599760145.4cea62064b1cc01a4fc589daeae31f4ebb60fc1b.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/, dev-qt/qtquicktimeline/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtquicktimeline/qtquicktimeline-5.15.9999.ebuild dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild X-VCS-Directories: dev-qt/qtquicktimeline/ dev-qt/qtwebkit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4cea62064b1cc01a4fc589daeae31f4ebb60fc1b X-VCS-Branch: master Date: Thu, 10 Sep 2020 17:49:15 +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: 648a6c39-9c0f-4703-beac-7066fb138f32 X-Archives-Hash: 7e57e27ad3980edd87447315fa33864c commit: 4cea62064b1cc01a4fc589daeae31f4ebb60fc1b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 9 19:31:04 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 10 17:49:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4cea6206 dev-qt: Sync KEYWORDS with Gentoo ebuild repo Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtquicktimeline/qtquicktimeline-5.15.9999.ebuild | 2 +- dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtquicktimeline/qtquicktimeline-5.15.9999.ebuild b/dev-qt/qtquicktimeline/qtquicktimeline-5.15.9999.ebuild index cc510e9f..bf8d344f 100644 --- a/dev-qt/qtquicktimeline/qtquicktimeline-5.15.9999.ebuild +++ b/dev-qt/qtquicktimeline/qtquicktimeline-5.15.9999.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt module for keyframe-based timeline construction" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi DEPEND=" diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild b/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild index 6ad3b1f4..de532e08 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = *9999 ]]; then else 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" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" S="${WORKDIR}/${MY_P}" fi PYTHON_COMPAT=( python3_{6,7,8} )