summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-12-28 12:24:21 +0100
committerPacho Ramos <pacho@gentoo.org>2016-12-28 12:25:45 +0100
commitdab068d8b847bf43780422ffa98a19fdb2df3610 (patch)
treef1956c636477fd08e4f72610406502c9a62770ad /sci-libs/netcdf/netcdf-4.3.2-r1.ebuild
parentsci-libs/netcdf: Drop old (diff)
downloadgentoo-dab068d8b847bf43780422ffa98a19fdb2df3610.tar.gz
gentoo-dab068d8b847bf43780422ffa98a19fdb2df3610.tar.bz2
gentoo-dab068d8b847bf43780422ffa98a19fdb2df3610.zip
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
Diffstat (limited to 'sci-libs/netcdf/netcdf-4.3.2-r1.ebuild')
-rw-r--r--sci-libs/netcdf/netcdf-4.3.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild
index 2ef673fdc5aa..839e5fc765d9 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] )"