Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/
Date: Wed, 28 Dec 2016 11:25:56
Message-Id: 1482924345.dab068d8b847bf43780422ffa98a19fdb2df3610.pacho@gentoo
1 commit: dab068d8b847bf43780422ffa98a19fdb2df3610
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 11:24:21 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 11:25:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab068d8
7
8 sci-libs/netcdf: hl support is needed for hdf5 versions that allow it to be disabled (#599600).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-libs/netcdf/netcdf-4.3.2-r1.ebuild | 4 ++--
13 sci-libs/netcdf/netcdf-4.4.0-r1.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild
17 index 2ef673f..839e5fc 100644
18 --- a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild
19 +++ b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -18,7 +18,7 @@ IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools"
27 RDEPEND="
28 dap? ( net-misc/curl:0= )
29 hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= )
30 - hdf5? ( sci-libs/hdf5:0=[mpi=,szip=,zlib] )"
31 + hdf5? ( sci-libs/hdf5:0=[hl(+),mpi=,szip=,zlib] )"
32 DEPEND="${RDEPEND}"
33 # doc generation is missing many doxygen files in tar ball
34 # doc? ( app-doc/doxygen[dot] )"
35
36 diff --git a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild
37 index 982aff2..a2b07fc 100644
38 --- a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild
39 +++ b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild
40 @@ -18,7 +18,7 @@ IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools"
41 RDEPEND="
42 dap? ( net-misc/curl:0= )
43 hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= )
44 - hdf5? ( sci-libs/hdf5:0=[mpi=,szip=,zlib] )"
45 + hdf5? ( sci-libs/hdf5:0=[hl(+),mpi=,szip=,zlib] )"
46 DEPEND="${RDEPEND}"
47 # doc generation is missing many doxygen files in tar ball
48 # doc? ( app-doc/doxygen[dot] )"