summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-08-22 16:32:27 +0000
committerSven Wegener <swegener@gentoo.org>2005-08-22 16:32:27 +0000
commitf426464e91b802484f2c66f426ddeb3b4fd628b3 (patch)
tree0379765047de3aed78ee7b2bbfb606f87979f601 /sci-libs
parentFirst import. (diff)
downloadhistorical-f426464e91b802484f2c66f426ddeb3b4fd628b3.tar.gz
historical-f426464e91b802484f2c66f426ddeb3b4fd628b3.tar.bz2
historical-f426464e91b802484f2c66f426ddeb3b4fd628b3.zip
use full atoms for built_with_use
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/gdal-1.2.6-r3.ebuild4
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!"