From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4D63138335 for ; Sat, 15 Jun 2019 20:56:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0842E085A; Sat, 15 Jun 2019 20:56:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7A6FE085A for ; Sat, 15 Jun 2019 20:56:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B315346196 for ; Sat, 15 Jun 2019 20:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07C4360B for ; Sat, 15 Jun 2019 20:56:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1560632108.1558b15854bbcb2e95802294775b4880911793e3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libmed/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libmed/libmed-4.0.0-r1.ebuild X-VCS-Directories: sci-libs/libmed/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1558b15854bbcb2e95802294775b4880911793e3 X-VCS-Branch: master Date: Sat, 15 Jun 2019 20:56:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 960b7412-136f-4d96-9550-0147da011da4 X-Archives-Hash: f77258daff7eec1184fe3102cd14b1fe commit: 1558b15854bbcb2e95802294775b4880911793e3 Author: Bernd Waibel gmail com> AuthorDate: Fri Jun 14 21:05:38 2019 +0000 Commit: Andreas Sturmlechner gentoo 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. yahoo.com> Closes: https://bugs.gentoo.org/688078 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Bernd Waibel gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12255 Signed-off-by: Andreas Sturmlechner 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} ) "