diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:08:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:08:46 +0000 |
commit | bc5a6267e391f6e4ee8d1aa1810628c119098ac3 (patch) | |
tree | 594e679d8ad444b67ea9c0e8efc1ccb736bd99b6 /sci-libs/gdal/gdal-1.3.2.ebuild | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | gentoo-2-bc5a6267e391f6e4ee8d1aa1810628c119098ac3.tar.gz gentoo-2-bc5a6267e391f6e4ee8d1aa1810628c119098ac3.tar.bz2 gentoo-2-bc5a6267e391f6e4ee8d1aa1810628c119098ac3.zip |
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
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 |