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 71D751584AD for ; Thu, 08 May 2025 06:29:44 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5DB63343103 for ; Thu, 08 May 2025 06:29:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 085E81103DA; Thu, 08 May 2025 06:29:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id F26F01103DA for ; Thu, 08 May 2025 06:29:35 +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 A8DF23430C3 for ; Thu, 08 May 2025 06:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FFC32837 for ; Thu, 08 May 2025 06:29:34 +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: <1746685603.38094692c01c7a7997c9a45af0c3d8e7c4a1b45d.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: 38094692c01c7a7997c9a45af0c3d8e7c4a1b45d X-VCS-Branch: master Date: Thu, 08 May 2025 06:29:34 +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: 5d3cd713-2d4c-4e13-96d7-0f7f82bdfd2c X-Archives-Hash: dba83b0436f5fd155c2f980a73cf98a5 commit: 38094692c01c7a7997c9a45af0c3d8e7c4a1b45d Author: Chris Mayo gmail com> AuthorDate: Wed Apr 23 18:47:38 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 8 06:26:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38094692 sci-libs/vtk: Using gdal requires -minimal IOGDAL needs IOImage. Signed-off-by: Chris Mayo gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/40889 Signed-off-by: Paul Zander gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41967 Signed-off-by: Sam James gentoo.org> sci-libs/vtk/vtk-9.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/vtk/vtk-9.3.1.ebuild b/sci-libs/vtk/vtk-9.3.1.ebuild index da39cbc90cfc..bacee94f9280 100644 --- a/sci-libs/vtk/vtk-9.3.1.ebuild +++ b/sci-libs/vtk/vtk-9.3.1.ebuild @@ -53,7 +53,7 @@ REQUIRED_USE=" ) cuda? ( video_cards_nvidia vtkm ) java? ( rendering ) - minimal? ( !rendering ) + minimal? ( !gdal !rendering ) !minimal? ( cgns netcdf rendering ) python? ( ${PYTHON_REQUIRED_USE} ) qt6? ( rendering )