diff options
author | Bernd Waibel <waebbl@gmail.com> | 2019-06-14 23:05:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-15 22:55:08 +0200 |
commit | 1558b15854bbcb2e95802294775b4880911793e3 (patch) | |
tree | f3e22b34181e301b3266ebd02ad1c9a6922a8588 | |
parent | app-crypt/libu2f-server: remove unused patch (diff) | |
download | gentoo-1558b15854bbcb2e95802294775b4880911793e3.tar.gz gentoo-1558b15854bbcb2e95802294775b4880911793e3.tar.bz2 gentoo-1558b15854bbcb2e95802294775b4880911793e3.zip |
sci-libs/libmed: fix hdf5 dependency version
Needs at least hdf5-1.10.2 as noted in configure.ac.
Reported-by: Brian G. <gissf1@yahoo.com>
Closes: https://bugs.gentoo.org/688078
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12255
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | sci-libs/libmed/libmed-4.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/libmed/libmed-4.0.0-r1.ebuild b/sci-libs/libmed/libmed-4.0.0-r1.ebuild index 832a6c7398fd..c4f4bee90b0f 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} ) " |