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 22A2E1581F2 for ; Thu, 12 Dec 2024 16:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00B93E0992; Thu, 12 Dec 2024 16:36:12 +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 DFE92E097E for ; Thu, 12 Dec 2024 16:36:10 +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 DC8BD335C52 for ; Thu, 12 Dec 2024 16:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46762AF5 for ; Thu, 12 Dec 2024 16:36:08 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1734021348.4bc56d03df1c7bad3cc8d71e38b3c7b1b67ff8bd.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/geant/geant-4.11.3.0-r1.ebuild sci-physics/geant/geant-4.11.3.0.ebuild X-VCS-Directories: sci-physics/geant/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 4bc56d03df1c7bad3cc8d71e38b3c7b1b67ff8bd X-VCS-Branch: master Date: Thu, 12 Dec 2024 16:36:08 +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: a0ee48a1-257b-4451-a31a-b43e3506aa40 X-Archives-Hash: 4b2c2b0248a3cc87a23d6cf5de9b838a commit: 4bc56d03df1c7bad3cc8d71e38b3c7b1b67ff8bd Author: Guilherme Amadio gentoo org> AuthorDate: Thu Dec 12 12:33:47 2024 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Dec 12 16:35:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc56d03 sci-physics/geant: update dependencies and REQUIRED_USE Not only RayTracerX depends on X11, other options also do. The combination of USE=-raytracerx with other options that depended on X11 libraries could cause configuration to fail. Since most other options depend on OpenGL, add X11 dependencies there and update REQUIRED_USE accordingly. Closes: https://bugs.gentoo.org/946281 Signed-off-by: Guilherme Amadio gentoo.org> .../geant/{geant-4.11.3.0.ebuild => geant-4.11.3.0-r1.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sci-physics/geant/geant-4.11.3.0.ebuild b/sci-physics/geant/geant-4.11.3.0-r1.ebuild similarity index 98% rename from sci-physics/geant/geant-4.11.3.0.ebuild rename to sci-physics/geant/geant-4.11.3.0-r1.ebuild index 93df6ed38d47..21112b59e585 100644 --- a/sci-physics/geant/geant-4.11.3.0.ebuild +++ b/sci-physics/geant/geant-4.11.3.0-r1.ebuild @@ -36,6 +36,7 @@ REQUIRED_USE=" inventor? ( opengl ) motif? ( opengl ) qt6? ( opengl ) + raytracerx? ( opengl ) tbb? ( threads ) vtk? ( qt6 ) " @@ -49,15 +50,15 @@ RDEPEND=" hdf5? ( sci-libs/hdf5:=[threads?] ) inventor? ( media-libs/SoXt ) motif? ( x11-libs/motif:0 ) - opengl? ( virtual/opengl ) + opengl? ( + virtual/opengl + x11-libs/libX11 + x11-libs/libXmu + ) qt6? ( dev-qt/qt3d:6 dev-qt/qtbase:6[gui,opengl?,widgets] ) - raytracerx? ( - x11-libs/libX11 - x11-libs/libXmu - ) vtk? ( sci-libs/vtk:=[qt6] ) " DEPEND="${RDEPEND}"