diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-04-23 16:11:43 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-04-23 16:11:43 +0000 |
commit | 25d06a20dd1ae478445aff3691b054b1d89fc72a (patch) | |
tree | 8f52ecf0b111a4457d02968411b5c50a64346b45 /sci-libs/netcdf | |
parent | Linux patches 3.2.15 and 3.2.16 (diff) | |
download | gentoo-2-25d06a20dd1ae478445aff3691b054b1d89fc72a.tar.gz gentoo-2-25d06a20dd1ae478445aff3691b054b1d89fc72a.tar.bz2 gentoo-2-25d06a20dd1ae478445aff3691b054b1d89fc72a.zip |
Changed configure option for better behaviour on hdf5, bug #413031, thanks pawstar
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-4.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index 126b5febd152..3917d424598b 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/netcdf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.96 2012/04/18 19:10:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.97 2012/04/23 16:11:43 bicatali Exp $ + + 23 Apr 2012; Sébastien Fabbro <bicatali@gentoo.org> netcdf-4.2.ebuild: + Changed configure option for better behaviour on hdf5, bug #413031, thanks + pawstar *netcdf-4.2 (18 Apr 2012) diff --git a/sci-libs/netcdf/netcdf-4.2.ebuild b/sci-libs/netcdf/netcdf-4.2.ebuild index cc9dc53d6c61..e9f7723bcb11 100644 --- a/sci-libs/netcdf/netcdf-4.2.ebuild +++ b/sci-libs/netcdf/netcdf-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.2.ebuild,v 1.1 2012/04/18 19:10:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.2.ebuild,v 1.2 2012/04/23 16:11:43 bicatali Exp $ EAPI=4 @@ -29,7 +29,7 @@ src_configure() { $(use_enable dap) $(use_enable doc doxygen) $(use_enable hdf hdf4) - $(use_enable hdf5 netcdf4) + $(use_enable hdf5 netcdf-4) $(use_enable tools utilities) ) autotools-utils_src_configure |