diff options
Diffstat (limited to 'sci-libs/gdal/gdal-1.3.2.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.3.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-libs/gdal/gdal-1.3.2.ebuild b/sci-libs/gdal/gdal-1.3.2.ebuild index d59ffae9fc4e..f6db21d1aac7 100644 --- a/sci-libs/gdal/gdal-1.3.2.ebuild +++ b/sci-libs/gdal/gdal-1.3.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild,v 1.3 2006/06/09 19:22:52 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild,v 1.4 2007/01/05 09:08:46 flameeyes Exp $ -inherit eutils libtool gnuconfig distutils toolchain-funcs +inherit eutils libtool distutils toolchain-funcs IUSE="jpeg png geos gif jpeg2k netcdf hdf hdf5 python ruby postgres \ odbc sqlite ogdi fits gml doc debug" @@ -50,7 +50,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-gcc4-stl.patch || die "epatch failed" fi elibtoolize --patch-only - gnuconfig_update if useq netcdf && useq hdf; then einfo "Checking is HDF4 compiled with szip..." if built_with_use sci-libs/hdf szip ; then |