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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D63D138359 for ; Thu, 17 Sep 2020 07:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4136AE08BF; Thu, 17 Sep 2020 07:39:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2578BE08BF for ; Thu, 17 Sep 2020 07:39:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39D4C335D0D for ; Thu, 17 Sep 2020 07:39:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D630433A for ; Thu, 17 Sep 2020 07:39:49 +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: <1600328345.ebe392555bcebb237089b337c062bd1e689e33e5.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vgm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/vgm/vgm-4.5.ebuild sci-physics/vgm/vgm-4.8.ebuild sci-physics/vgm/vgm-9999.ebuild X-VCS-Directories: sci-physics/vgm/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: ebe392555bcebb237089b337c062bd1e689e33e5 X-VCS-Branch: master Date: Thu, 17 Sep 2020 07:39:49 +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: 8da574af-b883-410a-8448-fcbe342ec71f X-Archives-Hash: 310febe68f3bd272f5c2618242526d84 commit: ebe392555bcebb237089b337c062bd1e689e33e5 Author: Oliver Freyermuth googlemail com> AuthorDate: Sat Sep 12 17:08:45 2020 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Sep 17 07:39:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe39255 sci-physics/vgm: Add missing dependency on sci-physics/geant[gdml] This is required only for sci-physics/vgm[test] since it is used by the test suite. Closes: https://bugs.gentoo.org/741648 Closes: https://github.com/gentoo/gentoo/pull/17511 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Oliver Freyermuth googlemail.com> Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/vgm/vgm-4.5.ebuild | 5 ++++- sci-physics/vgm/vgm-4.8.ebuild | 5 ++++- sci-physics/vgm/vgm-9999.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/sci-physics/vgm/vgm-4.5.ebuild b/sci-physics/vgm/vgm-4.5.ebuild index 6d8a518fd73..5020ac5b550 100644 --- a/sci-physics/vgm/vgm-4.5.ebuild +++ b/sci-physics/vgm/vgm-4.5.ebuild @@ -29,7 +29,10 @@ RDEPEND=" geant4? ( >=sci-physics/geant-4.10.03 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) - test? ( sci-physics/geant-vmc[g4root] )" + test? ( + sci-physics/geant[gdml] + sci-physics/geant-vmc[g4root] + )" RESTRICT=" !geant4? ( test ) !root? ( test ) diff --git a/sci-physics/vgm/vgm-4.8.ebuild b/sci-physics/vgm/vgm-4.8.ebuild index 5fba573e3f6..659728a149e 100644 --- a/sci-physics/vgm/vgm-4.8.ebuild +++ b/sci-physics/vgm/vgm-4.8.ebuild @@ -31,7 +31,10 @@ RDEPEND=" root? ( >=sci-physics/root-6.14:=[c++11?,c++14?,c++17?] )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) - test? ( sci-physics/geant-vmc[g4root] )" + test? ( + sci-physics/geant[gdml] + sci-physics/geant-vmc[g4root] + )" RESTRICT=" !geant4? ( test ) !root? ( test ) diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild index 5fba573e3f6..659728a149e 100644 --- a/sci-physics/vgm/vgm-9999.ebuild +++ b/sci-physics/vgm/vgm-9999.ebuild @@ -31,7 +31,10 @@ RDEPEND=" root? ( >=sci-physics/root-6.14:=[c++11?,c++14?,c++17?] )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) - test? ( sci-physics/geant-vmc[g4root] )" + test? ( + sci-physics/geant[gdml] + sci-physics/geant-vmc[g4root] + )" RESTRICT=" !geant4? ( test ) !root? ( test )