diff options
author | Sam James <sam@gentoo.org> | 2024-04-23 21:28:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-23 21:33:25 +0100 |
commit | c6a56587918b2c733e486504338772e3d5323b83 (patch) | |
tree | ba753581901e5bcccf7ff641d8416469b714aebc /sci-physics | |
parent | sci-libs/hdf5: add explanatory comment for SLOT (diff) | |
download | gentoo-c6a56587918b2c733e486504338772e3d5323b83.tar.gz gentoo-c6a56587918b2c733e486504338772e3d5323b83.tar.bz2 gentoo-c6a56587918b2c733e486504338772e3d5323b83.zip |
sci-physics/geant: add subslot dep on sci-libs/hdf5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant/geant-4.11.2.0-r1.ebuild (renamed from sci-physics/geant/geant-4.11.2.0.ebuild) | 2 | ||||
-rw-r--r-- | sci-physics/geant/geant-4.11.2.1-r1.ebuild (renamed from sci-physics/geant/geant-4.11.2.1.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/geant/geant-4.11.2.0.ebuild b/sci-physics/geant/geant-4.11.2.0-r1.ebuild index 64eea6cb2e9b..3cfc83638d74 100644 --- a/sci-physics/geant/geant-4.11.2.0.ebuild +++ b/sci-physics/geant/geant-4.11.2.0-r1.ebuild @@ -46,7 +46,7 @@ RDEPEND=" data? ( ~sci-physics/geant-data-4.11.2.0 ) doc? ( app-doc/geant-docs ) gdml? ( dev-libs/xerces-c ) - hdf5? ( sci-libs/hdf5[threads?] ) + hdf5? ( sci-libs/hdf5:=[threads?] ) inventor? ( media-libs/SoXt ) motif? ( x11-libs/motif:0 ) opengl? ( virtual/opengl ) diff --git a/sci-physics/geant/geant-4.11.2.1.ebuild b/sci-physics/geant/geant-4.11.2.1-r1.ebuild index 798bd3585b77..22d1352ce552 100644 --- a/sci-physics/geant/geant-4.11.2.1.ebuild +++ b/sci-physics/geant/geant-4.11.2.1-r1.ebuild @@ -46,7 +46,7 @@ RDEPEND=" data? ( ~sci-physics/geant-data-4.11.2.0 ) doc? ( app-doc/geant-docs ) gdml? ( dev-libs/xerces-c ) - hdf5? ( sci-libs/hdf5[threads?] ) + hdf5? ( sci-libs/hdf5:=[threads?] ) inventor? ( media-libs/SoXt ) motif? ( x11-libs/motif:0 ) opengl? ( virtual/opengl ) |