Diff geant4_vmc-6.7 with a geant4_vmc-9999

/usr/portage/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild 2025-07-29 16:22:17.352467826 +0300
24 24

  
25 25
RDEPEND="
26 26
	sci-physics/clhep:=
27
	>=sci-physics/geant-4.11.3:=[opengl,geant3?]
27
	sci-physics/geant:=[opengl,geant3?]
28 28
	sci-physics/root:=
29
	>=sci-physics/vmc-2.0:=
30
	vgm? ( >=sci-physics/vgm-5.1:=[geant4,root] )"
29
	sci-physics/vmc:=
30
	vgm? ( sci-physics/vgm:=[geant4,root] )"
31 31
DEPEND="${RDEPEND}
32
	test? ( >=sci-physics/geant-4.11.3:=[gdml] )"
32
	test? ( sci-physics/geant:=[gdml] )"
33 33
BDEPEND="doc? ( app-text/doxygen[dot] )"
34 34
REQUIRED_USE="
35 35
	test? ( examples geant3 g4root vgm )
Thank you!