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 A8BC0158020 for ; Sat, 19 Nov 2022 04:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F49E08C8; Sat, 19 Nov 2022 04:50:42 +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 3CBBEE08D3 for ; Sat, 19 Nov 2022 04:50:42 +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 6214E3411EB for ; Sat, 19 Nov 2022 04:50:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AFB676D for ; Sat, 19 Nov 2022 04:50:39 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1668833425.675a9acc6bc9ab0d63d23d3bf1d8bb0e08182f72.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild X-VCS-Directories: lxqt-base/lxqt-sudo/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 675a9acc6bc9ab0d63d23d3bf1d8bb0e08182f72 X-VCS-Branch: master Date: Sat, 19 Nov 2022 04:50:39 +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: 617bb626-d6ba-42f9-b70e-18e49488dea6 X-Archives-Hash: d3d44e12c17d8267f8b914f5210ffc4a commit: 675a9acc6bc9ab0d63d23d3bf1d8bb0e08182f72 Author: WANG Xuerui gentoo org> AuthorDate: Sat Nov 19 04:26:48 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Nov 19 04:50:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675a9acc lxqt-base/lxqt-sudo: keyword 1.2.0 for ~loong Signed-off-by: WANG Xuerui gentoo.org> lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild index 6a99c7f16e21..f13d255073b2 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.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 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+"