Diff geant4_vmc-6.3_p2 with a geant4_vmc-9999

/usr/portage/sci-physics/geant4_vmc/geant4_vmc-9999.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.1:=[c++17,opengl,geant3?]
27
	sci-physics/geant:=[c++17,opengl,geant3?]
28 28
	sci-physics/root:=[c++17,-vmc(-)]
29
	>=sci-physics/vmc-2.0:=[c++17]
30
	vgm? ( >=sci-physics/vgm-5.1:= )"
29
	sci-physics/vmc:=[c++17]
30
	vgm? ( sci-physics/vgm:= )"
31 31
DEPEND="${RDEPEND}
32
	test? ( >=sci-physics/geant-4.11.1:=[gdml] )"
32
	test? ( sci-physics/geant:=[gdml] )"
33 33
BDEPEND="doc? ( app-doc/doxygen[dot] )"
34 34
RESTRICT="
35 35
	!examples? ( test )
Thank you!