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 8AE93139085 for ; Wed, 28 Dec 2016 11:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7DE4E0C0B; Wed, 28 Dec 2016 11:25:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5252E0C0B for ; Wed, 28 Dec 2016 11:25:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB724341616 for ; Wed, 28 Dec 2016 11:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89B4924E6 for ; Wed, 28 Dec 2016 11:25:52 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1482924345.dab068d8b847bf43780422ffa98a19fdb2df3610.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/netcdf/netcdf-4.3.2-r1.ebuild sci-libs/netcdf/netcdf-4.4.0-r1.ebuild X-VCS-Directories: sci-libs/netcdf/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: dab068d8b847bf43780422ffa98a19fdb2df3610 X-VCS-Branch: master Date: Wed, 28 Dec 2016 11:25:52 +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-Archives-Salt: d3db63ff-b647-4ed7-9259-80b845cbb4cf X-Archives-Hash: 5c9b083ed51b3d107c7dff721ad1edbf commit: dab068d8b847bf43780422ffa98a19fdb2df3610 Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 28 11:24:21 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 28 11:25:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab068d8 sci-libs/netcdf: hl support is needed for hdf5 versions that allow it to be disabled (#599600). Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/netcdf/netcdf-4.3.2-r1.ebuild | 4 ++-- sci-libs/netcdf/netcdf-4.4.0-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild index 2ef673f..839e5fc 100644 --- a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild +++ b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools" RDEPEND=" dap? ( net-misc/curl:0= ) hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= ) - hdf5? ( sci-libs/hdf5:0=[mpi=,szip=,zlib] )" + hdf5? ( sci-libs/hdf5:0=[hl(+),mpi=,szip=,zlib] )" DEPEND="${RDEPEND}" # doc generation is missing many doxygen files in tar ball # doc? ( app-doc/doxygen[dot] )" diff --git a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild index 982aff2..a2b07fc 100644 --- a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild +++ b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild @@ -18,7 +18,7 @@ IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools" RDEPEND=" dap? ( net-misc/curl:0= ) hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= ) - hdf5? ( sci-libs/hdf5:0=[mpi=,szip=,zlib] )" + hdf5? ( sci-libs/hdf5:0=[hl(+),mpi=,szip=,zlib] )" DEPEND="${RDEPEND}" # doc generation is missing many doxygen files in tar ball # doc? ( app-doc/doxygen[dot] )"