From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1385323-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 29F8615808B for <garchives@archives.gentoo.org>; Thu, 14 Apr 2022 00:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82BEAE08EB; Thu, 14 Apr 2022 00:19:36 +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 C5191E08A8 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Apr 2022 00:19:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5B15A341ED8 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Apr 2022 00:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DEEE3A9 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Apr 2022 00:19:32 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1649895499.45952b89e3f50ce10a0ac8f25f820b92bb341bea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild X-VCS-Directories: dev-qt/qtlocation/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 45952b89e3f50ce10a0ac8f25f820b92bb341bea X-VCS-Branch: master Date: Thu, 14 Apr 2022 00:19:32 +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: 273ef450-8a5b-4512-8248-dd861f9d74e7 X-Archives-Hash: cb0894be1792bb70bf29c69fe01f273d commit: 45952b89e3f50ce10a0ac8f25f820b92bb341bea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 14 00:18:19 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 14 00:18:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45952b89 dev-qt/qtlocation: Stabilize 5.15.3-r1 x86, #835762 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild index ad786a50652a..3f67cfe608df 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi IUSE=""