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 D6B00158041 for ; Sat, 23 Mar 2024 13:35:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1704E2A16; Sat, 23 Mar 2024 13:35:10 +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 8E1AAE2A17 for ; Sat, 23 Mar 2024 13:35:10 +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 6B15D34300B for ; Sat, 23 Mar 2024 13:35:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C62C915CF for ; Sat, 23 Mar 2024 13:35:07 +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: <1711200889.7223e1fb86dbd064465fc683a29edba9c71e852c.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.13.9999.ebuild X-VCS-Directories: dev-qt/qtwebview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7223e1fb86dbd064465fc683a29edba9c71e852c X-VCS-Branch: master Date: Sat, 23 Mar 2024 13:35:07 +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: d9b8d75e-63a0-4594-ad6f-9f4655926e6d X-Archives-Hash: 0ce6b436529b827023e78bfac17e1f5b commit: 7223e1fb86dbd064465fc683a29edba9c71e852c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 23 12:39:45 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 23 13:34:49 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7223e1fb dev-qt/qtwebview: Drop ~ppc64 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild index ca158199..9d1663ab 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.13.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 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi IUSE=""