commit: 1558b15854bbcb2e95802294775b4880911793e3 Author: Bernd Waibel <waebbl <AT> gmail <DOT> com> AuthorDate: Fri Jun 14 21:05:38 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jun 15 20:55:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1558b158
sci-libs/libmed: fix hdf5 dependency version Needs at least hdf5-1.10.2 as noted in configure.ac. Reported-by: Brian G. <gissf1 <AT> yahoo.com> Closes: https://bugs.gentoo.org/688078 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12255 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-libs/libmed/libmed-4.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libmed/libmed-4.0.0-r1.ebuild b/sci-libs/libmed/libmed-4.0.0-r1.ebuild index 832a6c7398f..c4f4bee90b0 100644 --- a/sci-libs/libmed/libmed-4.0.0-r1.ebuild +++ b/sci-libs/libmed/libmed-4.0.0-r1.ebuild @@ -28,7 +28,7 @@ IUSE="doc fortran mpi python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - >=sci-libs/hdf5-1.10.0[fortran=,mpi=] + >=sci-libs/hdf5-1.10.2:=[fortran=,mpi=] mpi? ( virtual/mpi[fortran=] ) python? ( ${PYTHON_DEPS} ) "
