From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E9B371580E0 for ; Fri, 31 Jan 2025 07:41:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CF12B3430F8 for ; Fri, 31 Jan 2025 07:41:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3E400110478; Fri, 31 Jan 2025 07:41:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 2E7A8110478 for ; Fri, 31 Jan 2025 07:41:34 +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 D0E68343137 for ; Fri, 31 Jan 2025 07:41:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BE0C2576 for ; Fri, 31 Jan 2025 07:41:31 +0000 (UTC) From: "Arthur Zamarin" 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" Message-ID: <1738309281.c70dc99a7abc3d0476cdb4a922e5f9e9097a46ae.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-runner/lxqt-runner-2.1.2.ebuild X-VCS-Directories: lxqt-base/lxqt-runner/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c70dc99a7abc3d0476cdb4a922e5f9e9097a46ae X-VCS-Branch: master Date: Fri, 31 Jan 2025 07:41:31 +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: 52f12b80-1de2-48b8-80a1-d4de89a39c75 X-Archives-Hash: 748d56b7364b7833080716115d67ffa7 commit: c70dc99a7abc3d0476cdb4a922e5f9e9097a46ae Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 31 07:41:21 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 31 07:41:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70dc99a lxqt-base/lxqt-runner: Stabilize 2.1.2 arm64, #949084 Signed-off-by: Arthur Zamarin gentoo.org> lxqt-base/lxqt-runner/lxqt-runner-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-runner/lxqt-runner-2.1.2.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-2.1.2.ebuild index 1cd6924ca364..35c0f4566d79 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-2.1.2.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-2.1.2.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 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+"