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 B80501581FB for ; Tue, 27 Aug 2024 23:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D532B2BC014; Tue, 27 Aug 2024 23:39:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BAD902BC014 for ; Tue, 27 Aug 2024 23:39:15 +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 E3D2134302E for ; Tue, 27 Aug 2024 23:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA2031EC4 for ; Tue, 27 Aug 2024 23:39:12 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1724801943.e87e02a595d65a862d9e1c4ec4519e876b4d8e56.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcachefs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bcachefs-tools/bcachefs-tools-1.9.4.ebuild X-VCS-Directories: sys-fs/bcachefs-tools/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: e87e02a595d65a862d9e1c4ec4519e876b4d8e56 X-VCS-Branch: master Date: Tue, 27 Aug 2024 23:39:12 +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: 8b94c678-fa84-41e6-ac35-128b89ba76d3 X-Archives-Hash: 3f194016b71702f86960dc610069cbab commit: e87e02a595d65a862d9e1c4ec4519e876b4d8e56 Author: Jakov Smolić gentoo org> AuthorDate: Tue Aug 27 23:39:03 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Aug 27 23:39:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87e02a5 sys-fs/bcachefs-tools: Stabilize 1.9.4 amd64, #938568 Signed-off-by: Jakov Smolić gentoo.org> sys-fs/bcachefs-tools/bcachefs-tools-1.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4.ebuild index dd482ce9dcf3..2d6d5267e9df 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4.ebuild @@ -113,7 +113,7 @@ else SRC_URI="https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS}" S="${WORKDIR}/${P}" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" fi LICENSE="Apache-2.0 BSD GPL-2 MIT"