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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FBA615813A for ; Tue, 07 Jan 2025 23:40:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B65BE07D0; Tue, 07 Jan 2025 23:40:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30E63E07D0 for ; Tue, 07 Jan 2025 23:40:15 +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 075673406A2 for ; Tue, 07 Jan 2025 23:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 448701187 for ; Tue, 07 Jan 2025 23:40:12 +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: <1736293179.5aac98ba33e5dee3a4cb74d451fcfde895d14c2b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-9.3.1.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5aac98ba33e5dee3a4cb74d451fcfde895d14c2b X-VCS-Branch: master Date: Tue, 07 Jan 2025 23:40:12 +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: 1599bf62-736b-463e-92fb-247efda742ed X-Archives-Hash: 85d38e6bbe7bcb14e273e0bd0b8dd4d1 commit: 5aac98ba33e5dee3a4cb74d451fcfde895d14c2b Author: Sam James gentoo org> AuthorDate: Tue Jan 7 23:39:21 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 23:39:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aac98ba sci-libs/vtk: depend on sci-libs/hdf5[cxx] for USE=cgns Closes: https://bugs.gentoo.org/945964 Signed-off-by: Sam James gentoo.org> sci-libs/vtk/vtk-9.3.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-libs/vtk/vtk-9.3.1.ebuild b/sci-libs/vtk/vtk-9.3.1.ebuild index 62f33476fe4f..b893c6c86c4d 100644 --- a/sci-libs/vtk/vtk-9.3.1.ebuild +++ b/sci-libs/vtk/vtk-9.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -86,7 +86,10 @@ RDEPEND=" sci-libs/proj:= sys-libs/zlib boost? ( dev-libs/boost:=[mpi?] ) - cgns? ( >=sci-libs/cgnslib-4.1.1:=[hdf5,mpi=] ) + cgns? ( + >=sci-libs/cgnslib-4.1.1:=[hdf5,mpi=] + sci-libs/hdf5[cxx] + ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) ffmpeg? ( media-video/ffmpeg:= ) gdal? ( sci-libs/gdal:= )