commit:     f33278825b6c160fb745fbd562622169d094e2df
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Wed Jun 14 20:27:30 2023 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 08:10:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3327882

sci-physics/vgm: reactivate test, move doxygen to BDEPEND

ScaledSolids test fixed upstream.

Closes: https://github.com/gentoo/gentoo/pull/31439

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-physics/vgm/vgm-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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
 }
 

Reply via email to