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 C40F9158041 for ; Sat, 24 Feb 2024 10:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6991BE2A28; Sat, 24 Feb 2024 10:07:20 +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 4E081E2A28 for ; Sat, 24 Feb 2024 10:07:20 +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 6385A343027 for ; Sat, 24 Feb 2024 10:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8165614D4 for ; Sat, 24 Feb 2024 10:07:16 +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: <1708769181.349af5e583b76c47c4dd8ec146e801b0d07d598a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild X-VCS-Directories: dev-libs/c-blosc2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 349af5e583b76c47c4dd8ec146e801b0d07d598a X-VCS-Branch: master Date: Sat, 24 Feb 2024 10:07:16 +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: 955ac851-d342-4201-bd66-59b6da9a9ac6 X-Archives-Hash: 65299c2ca0057b4a486c04ed23877530 commit: 349af5e583b76c47c4dd8ec146e801b0d07d598a Author: Sam James gentoo org> AuthorDate: Sat Feb 24 10:06:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 24 10:06:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349af5e5 dev-libs/c-blosc2: Stabilize 2.13.2 arm64, #925371 Signed-off-by: Sam James gentoo.org> dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild b/dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild index 1a180ba48819..4ba947c0c0f6 100644 --- a/dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild +++ b/dev-libs/c-blosc2/c-blosc2-2.13.2.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test +zlib +zstd" REQUIRED_USE="test? ( zlib zstd )" RESTRICT="!test? ( test )"