diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-22 16:32:27 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-22 16:32:27 +0000 |
commit | d0811b36fbd94598dba71964bf3c9721c0125cc9 (patch) | |
tree | 4bf451d7d516828038f7cbcda1ec97061cd44342 /sci-libs/gdal | |
parent | First import. (diff) | |
download | gentoo-2-d0811b36fbd94598dba71964bf3c9721c0125cc9.tar.gz gentoo-2-d0811b36fbd94598dba71964bf3c9721c0125cc9.tar.bz2 gentoo-2-d0811b36fbd94598dba71964bf3c9721c0125cc9.zip |
use full atoms for built_with_use
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/gdal-1.2.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-1.2.6-r3.ebuild b/sci-libs/gdal/gdal-1.2.6-r3.ebuild index 383b187dfc61..269256fc75cc 100644 --- a/sci-libs/gdal/gdal-1.2.6-r3.ebuild +++ b/sci-libs/gdal/gdal-1.2.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r3.ebuild,v 1.1 2005/08/04 00:05:50 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r3.ebuild,v 1.2 2005/08/22 16:32:27 swegener Exp $ inherit eutils libtool gnuconfig distutils @@ -47,7 +47,7 @@ src_unpack() { gnuconfig_update if useq netcdf && useq hdf; then einfo "Checking is HDF4 compiled with szip..." - if built_with_use hdf szip ; then + if built_with_use sci-libs/hdf szip ; then einfo "Found HDF4 compiled with szip. Nice." else ewarn "HDF4 must be compiled with szip USE flag!" |