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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C46E31581EC for ; Sat, 23 Nov 2024 11:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D557E088A; Sat, 23 Nov 2024 11:36:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A488E088A for ; Sat, 23 Nov 2024 11:36:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C02BD342FA2 for ; Sat, 23 Nov 2024 11:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F62E21C8 for ; Sat, 23 Nov 2024 11:36:22 +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: <1732361764.c814f3ef18ab542d3757e7f8f244a08b6c6a84dd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebview/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebview/qtwebview-5.15.14.ebuild dev-qt/qtwebview/qtwebview-5.15.16.ebuild X-VCS-Directories: dev-qt/qtwebview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c814f3ef18ab542d3757e7f8f244a08b6c6a84dd X-VCS-Branch: master Date: Sat, 23 Nov 2024 11:36:22 +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: 4799b49e-d2d9-4119-a421-d1fc7e42aaf3 X-Archives-Hash: 73031b144f934f384d573fc02a401d39 commit: c814f3ef18ab542d3757e7f8f244a08b6c6a84dd Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 22 19:26:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 23 11:36:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c814f3ef dev-qt/qtwebview: unkeyword ~x86 for 5.15, no revdeps Bug: https://bugs.gentoo.org/893234 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebview/qtwebview-5.15.14.ebuild | 2 +- dev-qt/qtwebview/qtwebview-5.15.16.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebview/qtwebview-5.15.14.ebuild b/dev-qt/qtwebview/qtwebview-5.15.14.ebuild index cc68815da63d..35d9deca4718 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.14.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.14.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 arm64 ~x86" + KEYWORDS="amd64 arm64" fi IUSE="" diff --git a/dev-qt/qtwebview/qtwebview-5.15.16.ebuild b/dev-qt/qtwebview/qtwebview-5.15.16.ebuild index 342a075e4ea9..862116edcb13 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.16.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.16.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 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64" fi IUSE=""