commit: 4eff55192885adc367663b017d86eb086a0a84dc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 20:32:21 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 20:33:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eff5519
sci-libs/h5part: add subslot dep on sci-libs/hdf5
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/h5part/{h5part-1.6.6.ebuild => h5part-1.6.6-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/h5part/h5part-1.6.6.ebuild
b/sci-libs/h5part/h5part-1.6.6-r1.ebuild
similarity index 96%
rename from sci-libs/h5part/h5part-1.6.6.ebuild
rename to sci-libs/h5part/h5part-1.6.6-r1.ebuild
index 0c273f327813..388a4fe89c55 100644
--- a/sci-libs/h5part/h5part-1.6.6.ebuild
+++ b/sci-libs/h5part/h5part-1.6.6-r1.ebuild
@@ -15,8 +15,8 @@ IUSE=""
DEPEND="
virtual/mpi
- sci-libs/hdf5[mpi]
- "
+ sci-libs/hdf5:=[mpi]
+"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${P}-mpio.patch" )