From 57dbe782fa3930bfa59520388f90ca4c2f037785 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 13 Sep 2023 10:44:02 +0100 Subject: gentoo auto-resync : 13:09:2023 - 10:44:02 --- sci-physics/vgm/vgm-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-physics/vgm/vgm-9999.ebuild') diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild index 777ea264b4d8..f7524d3384d5 100644 --- a/sci-physics/vgm/vgm-9999.ebuild +++ b/sci-physics/vgm/vgm-9999.ebuild @@ -27,11 +27,13 @@ RDEPEND=" geant4? ( sci-physics/geant:=[c++17] ) root? ( sci-physics/root:=[c++17] )" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] ) test? ( sci-physics/geant:=[gdml] sci-physics/geant4_vmc[g4root] )" +BDEPEND=" + doc? ( app-doc/doxygen[dot] ) +" RESTRICT=" !geant4? ( test ) !root? ( test ) @@ -69,8 +71,6 @@ src_compile() { src_test() { cd "${BUILD_DIR}"/test || die - # See upstream issue: https://github.com/vmc-project/vgm/issues/5 - sed -i 's/ ScaledSolids / /' test3_suite.sh || die PATH="${BUILD_DIR}"/test:${PATH} ./test_suite.sh || die } -- cgit v1.2.3