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 A0BE9158010 for ; Sat, 14 Jan 2023 23:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF6C2E08A8; Sat, 14 Jan 2023 23:23:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6410E08A8 for ; Sat, 14 Jan 2023 23:23:06 +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 3A851340EDF for ; Sat, 14 Jan 2023 23:23:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9147824 for ; Sat, 14 Jan 2023 23:23:03 +0000 (UTC) From: "Quentin Retornaz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quentin Retornaz" Message-ID: <1673738539.66402549f01efc4a44dcfdd010f5eb40ba9b8d93.quentin@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.7.ebuild X-VCS-Directories: dev-qt/qtnetwork/ X-VCS-Committer: quentin X-VCS-Committer-Name: Quentin Retornaz X-VCS-Revision: 66402549f01efc4a44dcfdd010f5eb40ba9b8d93 X-VCS-Branch: master Date: Sat, 14 Jan 2023 23:23:03 +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: db778000-b3cd-4c0a-a775-75c9f7b58198 X-Archives-Hash: 675c4fa673786824951a52eb0e20cef0 commit: 66402549f01efc4a44dcfdd010f5eb40ba9b8d93 Author: orbea riseup net> AuthorDate: Tue Jan 10 21:33:42 2023 +0000 Commit: Quentin Retornaz retornaz com> CommitDate: Sat Jan 14 23:22:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=66402549 dev-qt/qtnetwork: Merge ::gentoo changes Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/libressl/pull/487 Signed-off-by: Quentin Retornaz retornaz.com> dev-qt/qtnetwork/qtnetwork-5.15.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.7.ebuild b/dev-qt/qtnetwork/qtnetwork-5.15.7.ebuild index ce836b8..c1d5f2d 100644 --- a/dev-qt/qtnetwork/qtnetwork-5.15.7.ebuild +++ b/dev-qt/qtnetwork/qtnetwork-5.15.7.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"