From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1669984-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 42A46158083 for <garchives@archives.gentoo.org>; Thu, 12 Sep 2024 17:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D477E29BE; Thu, 12 Sep 2024 17:23:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 468C2E29BE for <gentoo-commits@lists.gentoo.org>; Thu, 12 Sep 2024 17:23:45 +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 8C0ED340BE2 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Sep 2024 17:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44A881F59 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Sep 2024 17:23:41 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@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, "Arthur Zamarin" <arthurzam@gentoo.org> Message-ID: <1726161744.e79544b09bbcf7b00243f4b7a6207de5496e8dfe.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-policykit/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-policykit/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e79544b09bbcf7b00243f4b7a6207de5496e8dfe X-VCS-Branch: master Date: Thu, 12 Sep 2024 17:23:41 +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: 21648a79-56a4-4757-88ec-6537b361ea7b X-Archives-Hash: f17e0d7c9a2834cc2ccb90c248b744e6 commit: e79544b09bbcf7b00243f4b7a6207de5496e8dfe Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 12 17:22:24 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Sep 12 17:22:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79544b0 lxqt-base/lxqt-policykit: Stabilize 2.0.0 arm64, #938702 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild index a960579b4397..1cfa8a7434cc 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild @@ -15,7 +15,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 ~arm64 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" fi LICENSE="LGPL-2.1 LGPL-2.1+"