From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1655294-garchives=archives.gentoo.org@lists.gentoo.org>
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 B3224159C96
	for <garchives@archives.gentoo.org>; Mon, 22 Jul 2024 04:44:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CB54CE2A84;
	Mon, 22 Jul 2024 04:44:17 +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 A8FD0E2A83
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jul 2024 04:44:17 +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 A6FCA343023
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jul 2024 04:44:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D61781D26
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jul 2024 04:44:14 +0000 (UTC)
From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "orbea" <orbea@riseup.net>
Message-ID: <1721623362.d639c140a9ea34abda5bb244859a3dc7eff6c218.orbea@gentoo>
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/
X-VCS-Repository: repo/proj/libressl
X-VCS-Files: dev-qt/qtnetwork/qtnetwork-5.15.14-r1.ebuild
X-VCS-Directories: dev-qt/qtnetwork/
X-VCS-Committer: orbea
X-VCS-Committer-Name: orbea
X-VCS-Revision: d639c140a9ea34abda5bb244859a3dc7eff6c218
X-VCS-Branch: master
Date: Mon, 22 Jul 2024 04:44:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4ba65646-1e40-4983-a955-79cb4109c444
X-Archives-Hash: bf8c921c804ceef5593b3350a0a28312

commit:     d639c140a9ea34abda5bb244859a3dc7eff6c218
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Mon Jul 22 04:42:42 2024 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Mon Jul 22 04:42:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=d639c140

dev-qt/qtnetwork: stabilize 5.15.14-r1

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-qt/qtnetwork/qtnetwork-5.15.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.14-r1.ebuild b/dev-qt/qtnetwork/qtnetwork-5.15.14-r1.ebuild
index 57b4c7b..8436598 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.15.14-r1.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.15.14-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != *9999* ]]; then
 	QT5_KDEPATCHSET_REV=1
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+	KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
 fi
 
 QT5_MODULE="qtbase"