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
This commit is contained in:
Pacho Ramos
2016-12-28 12:24:21 +01:00
parent 16773143f4
commit dab068d8b8
2 changed files with 3 additions and 3 deletions

View File

@@ -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] )"

View File

@@ -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] )"