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 9B77915806E for ; Tue, 16 May 2023 16:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6A1EE0875; Tue, 16 May 2023 16:53:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B004FE0875 for ; Tue, 16 May 2023 16:53:43 +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 0246333BE95 for ; Tue, 16 May 2023 16:53:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FD16A75 for ; Tue, 16 May 2023 16:53:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684255996.d0c7e0f3f2425cb985b2af3e95530e3931144444.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/btfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/btfs/btfs-2.24.ebuild X-VCS-Directories: net-fs/btfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0c7e0f3f2425cb985b2af3e95530e3931144444 X-VCS-Branch: master Date: Tue, 16 May 2023 16:53:40 +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: 68400a98-3f52-4fc7-b1f3-aa7d25aea802 X-Archives-Hash: d3121e2400e184933649a600e03a732a commit: d0c7e0f3f2425cb985b2af3e95530e3931144444 Author: Sam James gentoo org> AuthorDate: Tue May 16 16:53:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 16 16:53:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c7e0f3 net-fs/btfs: Keyword 2.24 arm64, #906551 Signed-off-by: Sam James gentoo.org> net-fs/btfs/btfs-2.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/btfs/btfs-2.24.ebuild b/net-fs/btfs/btfs-2.24.ebuild index efc0134c4d71..38bd3d6bbeba 100644 --- a/net-fs/btfs/btfs-2.24.ebuild +++ b/net-fs/btfs/btfs-2.24.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/johang/btfs/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=">=sys-fs/fuse-2.8.0:0