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 9821B15808B for ; Fri, 11 Feb 2022 10:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C50C3E0825; Fri, 11 Feb 2022 10:37:14 +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 4A6E1E0825 for ; Fri, 11 Feb 2022 10:37:14 +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 EE2603431A9 for ; Fri, 11 Feb 2022 10:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B2AD287 for ; Fri, 11 Feb 2022 10:37:11 +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: <1644575804.ef47cdb32537211e48864fff411507c0631f56f7.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant4_vmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/geant4_vmc/geant4_vmc-6.0.ebuild sci-physics/geant4_vmc/geant4_vmc-9999.ebuild X-VCS-Directories: sci-physics/geant4_vmc/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: ef47cdb32537211e48864fff411507c0631f56f7 X-VCS-Branch: master Date: Fri, 11 Feb 2022 10:37:11 +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: 5b3cbbd2-72ea-4204-be3d-b1418b752eca X-Archives-Hash: a0c4fb36d77e868fe81f75b4a5ed8c5d commit: ef47cdb32537211e48864fff411507c0631f56f7 Author: Oliver Freyermuth googlemail com> AuthorDate: Fri Feb 11 10:03:34 2022 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Feb 11 10:36:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef47cdb3 sci-physics/geant4_vmc: Depend on sci-physics/geant[gdml] for test. The latest release has added a silent dependency on sci-physics/geant[gdml] for USE=test. Closes: https://bugs.gentoo.org/833117 Closes: https://github.com/gentoo/gentoo/pull/24158 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Oliver Freyermuth googlemail.com> Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/geant4_vmc/geant4_vmc-6.0.ebuild | 3 ++- sci-physics/geant4_vmc/geant4_vmc-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-physics/geant4_vmc/geant4_vmc-6.0.ebuild b/sci-physics/geant4_vmc/geant4_vmc-6.0.ebuild index ee11ec3c1d91..5764a49bc501 100644 --- a/sci-physics/geant4_vmc/geant4_vmc-6.0.ebuild +++ b/sci-physics/geant4_vmc/geant4_vmc-6.0.ebuild @@ -27,7 +27,8 @@ RDEPEND=" sci-physics/root:=[c++17,-vmc] >=sci-physics/vmc-2.0:=[c++17] vgm? ( sci-physics/vgm:= )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( >=sci-physics/geant-4.11[gdml] )" BDEPEND="doc? ( app-doc/doxygen[dot] )" RESTRICT=" !examples? ( test ) diff --git a/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild b/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild index 02d5af437b7d..15d52fd0f6b3 100644 --- a/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild +++ b/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild @@ -27,7 +27,8 @@ RDEPEND=" sci-physics/root:=[c++17,-vmc] sci-physics/vmc:=[c++17] vgm? ( sci-physics/vgm:= )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( >=sci-physics/geant-4.11[gdml] )" BDEPEND="doc? ( app-doc/doxygen[dot] )" RESTRICT=" !examples? ( test )