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 DECE9159C9B for ; Tue, 13 Aug 2024 07:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14E3D2BC025; Tue, 13 Aug 2024 07:10:28 +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 EADB52BC025 for ; Tue, 13 Aug 2024 07:10:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC6A6343018 for ; Tue, 13 Aug 2024 07:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1185F1EE4 for ; Tue, 13 Aug 2024 07:10:25 +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: <1723530819.7ccd2805e4204d76d1a9313e0cf5074e7e077667.xen0n@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-2.0.0-r1.ebuild X-VCS-Directories: dev-util/lxqt-build-tools/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 7ccd2805e4204d76d1a9313e0cf5074e7e077667 X-VCS-Branch: master Date: Tue, 13 Aug 2024 07:10:25 +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: 3acab794-6325-4acb-b5cc-d5b638a2a897 X-Archives-Hash: 0281e1b5c54861293c1cf6648d1b6862 commit: 7ccd2805e4204d76d1a9313e0cf5074e7e077667 Author: WANG Xuerui gentoo org> AuthorDate: Wed Aug 7 06:06:15 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Aug 13 06:33:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccd2805 dev-util/lxqt-build-tools: keyword 2.0.0-r1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r1.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r1.ebuild index 9bc69b052d83..877b67e0f2b8 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r1.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.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 ~arm64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~loong ~riscv" fi LICENSE="BSD"