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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EE68158020 for ; Sun, 4 Dec 2022 18:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9354EE0794; Sun, 4 Dec 2022 18:28:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77561E0794 for ; Sun, 4 Dec 2022 18:28:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67F0C34136A for ; Sun, 4 Dec 2022 18:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F66575 for ; Sun, 4 Dec 2022 18:28:30 +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: <1670178402.9b29696f15a30006e42c462d8fa72e8161e3013b.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild X-VCS-Directories: dev-qt/qtwebview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b29696f15a30006e42c462d8fa72e8161e3013b X-VCS-Branch: master Date: Sun, 4 Dec 2022 18:28:30 +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: b090dfa8-59b0-4ee9-ac4c-66d256d4f1e5 X-Archives-Hash: 74f483c14459a381ba5162cdfb342c00 commit: 9b29696f15a30006e42c462d8fa72e8161e3013b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 4 18:26:42 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 4 18:26:42 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9b29696f dev-qt/qtwebview: Sync KEYWORDS with Gentoo ebuild repo Bug: https://bugs.gentoo.org/876793 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild index 288f86ce..a8b28190 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" fi IUSE=""