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 03CD3158089 for ; Tue, 12 Sep 2023 19:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2134C2BC0D5; Tue, 12 Sep 2023 19:28:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0E07A2BC0D5 for ; Tue, 12 Sep 2023 19:28:54 +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 529AA335D44 for ; Tue, 12 Sep 2023 19:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2300118C for ; Tue, 12 Sep 2023 19:28:51 +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: <1694546901.ac6c9da17cc2db751e28c353f8f856508fb4bc38.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcache-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild X-VCS-Directories: sys-fs/bcache-tools/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: ac6c9da17cc2db751e28c353f8f856508fb4bc38 X-VCS-Branch: master Date: Tue, 12 Sep 2023 19:28:51 +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: 2d37d56c-1bdc-4606-9efc-ea8f66d52a67 X-Archives-Hash: 3376dc50042d3d72a38362fb7e98e901 commit: ac6c9da17cc2db751e28c353f8f856508fb4bc38 Author: WANG Xuerui gentoo org> AuthorDate: Tue Sep 12 17:48:56 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Sep 12 19:28:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6c9da1 sys-fs/bcache-tools: keyword 1.1-r1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild index 50818152e271..b4ba9e225346 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git https://kernel.googlesource.com/pub/scm/linux/kernel/git/colyli/bcache-tools.git" else SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/${PN}.git/snapshot/${P}.tar.gz" - KEYWORDS="amd64 arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Tools for bcache"