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 28DDC1581FB for ; Fri, 30 Aug 2024 13:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 025A3E29EC; Fri, 30 Aug 2024 13:15:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCAB1E29EC for ; Fri, 30 Aug 2024 13:15:08 +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 C948F343009 for ; Fri, 30 Aug 2024 13:15:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF6D1A88 for ; Fri, 30 Aug 2024 13:15:06 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1725023693.bf23f89e186698a0c70a8a6b1088660473eebf62.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryfs/cryfs-0.11.4.ebuild X-VCS-Directories: sys-fs/cryfs/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bf23f89e186698a0c70a8a6b1088660473eebf62 X-VCS-Branch: master Date: Fri, 30 Aug 2024 13:15:06 +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: 8e38f5c4-f502-40bd-b8b5-43e68b90a0cd X-Archives-Hash: ac33a8eb6603e095aa68ccba53bc1122 commit: bf23f89e186698a0c70a8a6b1088660473eebf62 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 30 13:14:53 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 30 13:14:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf23f89e sys-fs/cryfs: Stabilize 0.11.4 arm64, #935420 Signed-off-by: Arthur Zamarin gentoo.org> sys-fs/cryfs/cryfs-0.11.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryfs/cryfs-0.11.4.ebuild b/sys-fs/cryfs/cryfs-0.11.4.ebuild index 061236e9d5d0..367de758b356 100644 --- a/sys-fs/cryfs/cryfs-0.11.4.ebuild +++ b/sys-fs/cryfs/cryfs-0.11.4.ebuild @@ -14,7 +14,7 @@ else https://github.com/cryfs/cryfs/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz " - KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" fi DESCRIPTION="Encrypted FUSE filesystem that conceals metadata"