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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24718158451 for ; Mon, 8 Jan 2024 23:32:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45BF72BC016; Mon, 8 Jan 2024 23:32:01 +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 1AF9C2BC016 for ; Mon, 8 Jan 2024 23:32:01 +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 189243432BF for ; Mon, 8 Jan 2024 23:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D48095D for ; Mon, 8 Jan 2024 23:31:58 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1704756702.7379c3fab44e15e3f1e30849045fe62330520d90.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.12.0_rc1.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 7379c3fab44e15e3f1e30849045fe62330520d90 X-VCS-Branch: master Date: Mon, 8 Jan 2024 23:31:58 +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: 2ad6ef57-31eb-497d-b1f1-7d21a15464a1 X-Archives-Hash: 08af51946798128407c900d82b020e9c commit: 7379c3fab44e15e3f1e30849045fe62330520d90 Author: Matthias Maier gentoo org> AuthorDate: Mon Jan 8 22:46:03 2024 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Jan 8 23:31:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7379c3fa sci-visualization/paraview: keyword 5.12.0_rc1 for ~amd64, ~x86 Closes: https://bugs.gentoo.org/919805 Signed-off-by: Matthias Maier gentoo.org> sci-visualization/paraview/paraview-5.12.0_rc1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-visualization/paraview/paraview-5.12.0_rc1.ebuild b/sci-visualization/paraview/paraview-5.12.0_rc1.ebuild index c2aea4ad2151..f048c53bd473 100644 --- a/sci-visualization/paraview/paraview-5.12.0_rc1.ebuild +++ b/sci-visualization/paraview/paraview-5.12.0_rc1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}" # TODO: check licenses of plugins (USE=plugins) LICENSE="BSD MIT PSF-2 VTK" SLOT="0" -KEYWORDS="" # ~amd64 ~x86 +KEYWORDS="~amd64 ~x86" IUSE="boost cg examples ffmpeg mpi nvcontrol openmp offscreen plugins python +qt5 +sqlite test tk +webengine" RESTRICT="mirror test" @@ -180,6 +180,7 @@ src_configure() { # qt5 -DPARAVIEW_USE_QT="$(usex qt5)" -DPARAVIEW_QT_VERSION="5" + -DVTK_QT_VERSION="5" -DModule_pqPython="$(usex qt5 "$(usex python)" "off")" -DVTK_USE_NVCONTROL="$(usex nvcontrol)" -DVTK_GROUP_ENABLE_Qt="$(usex qt5 YES NO)"