Diff geant4_vmc-6.1_p8 with a geant4_vmc-6.3_p2

/usr/portage/sci-physics/geant4_vmc/geant4_vmc-6.3_p2.ebuild 2023-10-09 14:52:35.252368495 +0300
24 24

  
25 25
RDEPEND="
26 26
	sci-physics/clhep:=
27
	>=sci-physics/geant-4.11[c++17,opengl,geant3?]
27
	>=sci-physics/geant-4.11.1:=[c++17,opengl,geant3?]
28 28
	sci-physics/root:=[c++17,-vmc(-)]
29 29
	>=sci-physics/vmc-2.0:=[c++17]
30
	vgm? ( <=sci-physics/vgm-5.0:= )"
30
	vgm? ( >=sci-physics/vgm-5.1:= )"
31 31
DEPEND="${RDEPEND}
32
	test? ( >=sci-physics/geant-4.11[gdml] )"
32
	test? ( >=sci-physics/geant-4.11.1:=[gdml] )"
33 33
BDEPEND="doc? ( app-doc/doxygen[dot] )"
34 34
RESTRICT="
35 35
	!examples? ( test )
......
68 68
}
69 69

  
70 70
src_test() {
71
	export QT_DEBUG_PLUGINS=1
72 71
	cd examples || die
73 72
	virtx ./test_suite.sh --debug --g3=off --garfield=off --builddir="${BUILD_DIR}" || die
74 73
	virtx ./test_suite_exe.sh --g3=off --garfield=off --garfield=off --builddir="${BUILD_DIR}" || die
Thank you!