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 E914315817D for ; Sat, 15 Jun 2024 13:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39AA6E2A38; Sat, 15 Jun 2024 13:10:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A2E2E2A38 for ; Sat, 15 Jun 2024 13:10:02 +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 3BCB7335C11 for ; Sat, 15 Jun 2024 13:10:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1FAF1CA4 for ; Sat, 15 Jun 2024 13:09:59 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1718456976.cc722efd59b398418facde2f508dcc3ea6cda2f8.flow@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.7.0.ebuild X-VCS-Directories: sys-fs/bcachefs-tools/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: cc722efd59b398418facde2f508dcc3ea6cda2f8 X-VCS-Branch: master Date: Sat, 15 Jun 2024 13:09:59 +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: 000d32ed-a586-43e8-ace9-ea0b12a24b50 X-Archives-Hash: 015d6eca209b685bf93641f28cf230d5 commit: cc722efd59b398418facde2f508dcc3ea6cda2f8 Author: Florian Schmaus gentoo org> AuthorDate: Sat Jun 15 13:09:22 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Jun 15 13:09:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc722efd sys-fs/bcachefs-tools: stabilize 1.7.0 for amd64 Signed-off-by: Florian Schmaus gentoo.org> sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild index e71c60bba299..ca3cca9c03ae 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild @@ -106,7 +106,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"