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 9A46E158064 for ; Mon, 6 May 2024 01:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 988412BC01A; Mon, 6 May 2024 01:42:19 +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 7A9BB2BC01A for ; Mon, 6 May 2024 01:42:19 +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 710A6343162 for ; Mon, 6 May 2024 01:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4E381A2C for ; Mon, 6 May 2024 01:42:16 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1714959712.ca67dc73eeea9ecb2132f06929f4badf6784c407.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild X-VCS-Directories: dev-qt/qtwebsockets/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ca67dc73eeea9ecb2132f06929f4badf6784c407 X-VCS-Branch: master Date: Mon, 6 May 2024 01:42:16 +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: 3d55051c-1d06-4f92-a008-3b5975923607 X-Archives-Hash: 6a929f060270ab83930c930acdaed537 commit: ca67dc73eeea9ecb2132f06929f4badf6784c407 Author: Ionen Wolkens gentoo org> AuthorDate: Mon May 6 01:41:52 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon May 6 01:41:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca67dc73 dev-qt/qtwebsockets: sync live keywords (qt6) Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild | 2 +- dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild index d777dc35a11b..895128a8a567 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~riscv ~x86" fi IUSE="qml +ssl" diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild index d777dc35a11b..895128a8a567 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~riscv ~x86" fi IUSE="qml +ssl"