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 58C5A158041 for ; Thu, 11 Apr 2024 09:54:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ECE5E2A2B; Thu, 11 Apr 2024 09:54:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89C13E2A2B for ; Thu, 11 Apr 2024 09:54:44 +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 BC36B3432AF for ; Thu, 11 Apr 2024 09:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D30C168B for ; Thu, 11 Apr 2024 09:54:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1712829266.23cd8e9dc93d8439ab4c8b192e69c31114202885.andrewammerlaan@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.0.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 23cd8e9dc93d8439ab4c8b192e69c31114202885 X-VCS-Branch: master Date: Thu, 11 Apr 2024 09:54:42 +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: d063907a-1734-4e93-9114-166e09d89cd1 X-Archives-Hash: 8911bc4171550b1d2f40fbb4bf858600 commit: 23cd8e9dc93d8439ab4c8b192e69c31114202885 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Apr 11 09:54:26 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Apr 11 09:54:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cd8e9d sci-libs/vtk: fix typo Closes: https://bugs.gentoo.org/929128 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/vtk/vtk-9.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/vtk/vtk-9.3.0.ebuild b/sci-libs/vtk/vtk-9.3.0.ebuild index d22fadf03387..1181e2e8dcb5 100644 --- a/sci-libs/vtk/vtk-9.3.0.ebuild +++ b/sci-libs/vtk/vtk-9.3.0.ebuild @@ -325,7 +325,7 @@ src_configure() { -DVTK_MODULE_ENABLE_VTK_IOExportPDF="YES" -DVTK_MODULE_ENABLE_VTK_IOLAS="$(usex las "YES" "NO")" -DVTK_MODULE_ENABLE_VTK_IONetCDF="YES" - -DVTK_MODULE_ENABLE_VTK_IOOCCT="$(usex opencascade "YES" "No")" + -DVTK_MODULE_ENABLE_VTK_IOOCCT="$(usex opencascade "YES" "NO")" -DVTK_MODULE_ENABLE_VTK_IOOggTheora="YES" -DVTK_MODULE_ENABLE_VTK_IOOpenVDB="$(usex openvdb "YES" "NO")" -DVTK_MODULE_ENABLE_VTK_IOSQL="YES" # sqlite