From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1500917-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 EDC201586A0
	for <garchives@archives.gentoo.org>; Sun, 26 Mar 2023 18:03:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2B2C3E07F0;
	Sun, 26 Mar 2023 18:03:01 +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 DFC68E07EC
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2023 18:03:00 +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 0A64A34121A
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2023 18:03:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9997F968
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2023 18:02:58 +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: <1679853767.b73b86d66b01cc211fffe8f72cb7c82355af7b16.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild
X-VCS-Directories: dev-util/lxqt-build-tools/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b73b86d66b01cc211fffe8f72cb7c82355af7b16
X-VCS-Branch: master
Date: Sun, 26 Mar 2023 18:02:58 +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: 97d8f7b8-728a-4898-8d7d-cd84f3a6cdb1
X-Archives-Hash: 3a7e79e7ba940df1dd74a4a8a4141159

commit:     b73b86d66b01cc211fffe8f72cb7c82355af7b16
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 18:02:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 18:02:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73b86d6

dev-util/lxqt-build-tools: Stabilize 0.12.0-r1 x86, #903123

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild
index e41e1db443a8..8c95b905d193 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="BSD"