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 46965158089 for ; Tue, 7 Nov 2023 20:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 875BA2BC022; Tue, 7 Nov 2023 20:20:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 715EB2BC022 for ; Tue, 7 Nov 2023 20:20:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7B48335D42 for ; Tue, 7 Nov 2023 20:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9827132F for ; Tue, 7 Nov 2023 20:20:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1699388378.4e70e272674ab934178eb815885b2124b33fd12e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tables/tables-3.9.1-r1.ebuild X-VCS-Directories: dev-python/tables/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4e70e272674ab934178eb815885b2124b33fd12e X-VCS-Branch: master Date: Tue, 7 Nov 2023 20:20:29 +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: 8ef6937e-babb-4baa-a7bb-1e6c52313197 X-Archives-Hash: 4980cc286410f7a90946dca9de830ad0 commit: 4e70e272674ab934178eb815885b2124b33fd12e Author: Michał Górny gentoo org> AuthorDate: Tue Nov 7 20:19:38 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 7 20:19:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e70e272 dev-python/tables: Fix c-blosc2 dep Signed-off-by: Michał Górny gentoo.org> dev-python/tables/tables-3.9.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tables/tables-3.9.1-r1.ebuild b/dev-python/tables/tables-3.9.1-r1.ebuild index 2b13244b6cde..459804a296ec 100644 --- a/dev-python/tables/tables-3.9.1-r1.ebuild +++ b/dev-python/tables/tables-3.9.1-r1.ebuild @@ -28,7 +28,7 @@ DEPEND=" app-arch/lz4:0= >=app-arch/zstd-1.0.0:= >=dev-libs/c-blosc-1.11.1:0= - dev-libs/c-blosc2:= + >=dev-libs/c-blosc2-2.10.4:= dev-libs/lzo:2= >=dev-python/numpy-1.19.0[${PYTHON_USEDEP}] >=sci-libs/hdf5-1.8.4:=