From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 0C12815827B for ; Mon, 18 Aug 2025 09:11:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EC3A7340FC1 for ; Mon, 18 Aug 2025 09:11:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E0881110565; Mon, 18 Aug 2025 09:11:18 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D2F44110565 for ; Mon, 18 Aug 2025 09:11:18 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A9DB340EAD for ; Mon, 18 Aug 2025 09:11:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E43C034B5 for ; Mon, 18 Aug 2025 09:11:15 +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: <1755508148.cd665fe0e58511ae8b6c0cb0e8ee80c54e49afff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libsodium/libsodium-1.0.20_p20250606.ebuild X-VCS-Directories: dev-libs/libsodium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd665fe0e58511ae8b6c0cb0e8ee80c54e49afff X-VCS-Branch: master Date: Mon, 18 Aug 2025 09:11:15 +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: f8dad07e-26ff-463d-a7d4-d5af5fe753e1 X-Archives-Hash: 2e33b5c125d1005a2d395613c384f049 commit: cd665fe0e58511ae8b6c0cb0e8ee80c54e49afff Author: Sam James gentoo org> AuthorDate: Mon Aug 18 09:09:08 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 18 09:09:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd665fe0 dev-libs/libsodium: Stabilize 1.0.20_p20250606 arm, #961678 Signed-off-by: Sam James gentoo.org> dev-libs/libsodium/libsodium-1.0.20_p20250606.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libsodium/libsodium-1.0.20_p20250606.ebuild b/dev-libs/libsodium/libsodium-1.0.20_p20250606.ebuild index e6a434acf129..832d981fce7e 100644 --- a/dev-libs/libsodium/libsodium-1.0.20_p20250606.ebuild +++ b/dev-libs/libsodium/libsodium-1.0.20_p20250606.ebuild @@ -30,7 +30,7 @@ fi LICENSE="ISC" SLOT="0/26" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" IUSE="+asm static-libs +urandom" CPU_USE=( cpu_flags_x86_{aes,sse4_1} )