Diff vgm-5.2 with a vgm-9999

/usr/portage/sci-physics/vgm/vgm-9999.ebuild 2023-10-09 14:52:35.260368496 +0300
24 24

  
25 25
RDEPEND="
26 26
	sci-physics/clhep:=
27
	geant4? ( >=sci-physics/geant-4.11:=[c++17] )
27
	geant4? ( sci-physics/geant:=[c++17] )
28 28
	root? ( sci-physics/root:=[c++17] )"
29 29
DEPEND="${RDEPEND}
30 30
	test? (
31
		>=sci-physics/geant-4.11:=[gdml]
31
		sci-physics/geant:=[gdml]
32 32
		sci-physics/geant4_vmc[g4root]
33 33
	)"
34 34
BDEPEND="
Thank you!