diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-27 10:05:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-27 10:05:28 +0000 |
commit | 6a9136f31d64e71530b9bc074a306a306386bda2 (patch) | |
tree | afd909fe360432dcab32aba73663f687d9ce88d7 /sci-libs/netcdf/metadata.xml | |
parent | whitespace (diff) | |
download | historical-6a9136f31d64e71530b9bc074a306a306386bda2.tar.gz historical-6a9136f31d64e71530b9bc074a306a306386bda2.tar.bz2 historical-6a9136f31d64e71530b9bc074a306a306386bda2.zip |
sci-libs/netcdf: Only call fortran-2_pkg_setup with USE=fortran, #423797
Package-Manager: portage-2.2.0_alpha112/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/netcdf/metadata.xml')
-rw-r--r-- | sci-libs/netcdf/metadata.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/netcdf/metadata.xml b/sci-libs/netcdf/metadata.xml index d11d9efa513a..cf4ac7d22469 100644 --- a/sci-libs/netcdf/metadata.xml +++ b/sci-libs/netcdf/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> NetCDF (network Common Data Form) is an interface for scientific data access and a freely-distributed software library that provides an implementation of the interface. The netCDF library also defines a @@ -10,9 +10,9 @@ Together, the interface, library, and format support the creation, access, and sharing of scientific data. </longdescription> -<use> - <flag name="dap">Support for remote data access with the built-in OPeNDAP client</flag> - <flag name="hdf">dd support for the Hierarchical Data Format v. 4<pkg>sci-libs/hdf</pkg></flag> - <flag name="tools">Build the utilities nccopy, ncgen and ncdump</flag> -</use> + <use> + <flag name="dap">Support for remote data access with the built-in OPeNDAP client</flag> + <flag name="hdf">dd support for the Hierarchical Data Format v. 4<pkg>sci-libs/hdf</pkg></flag> + <flag name="tools">Build the utilities nccopy, ncgen and ncdump</flag> + </use> </pkgmetadata> |