diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-12-23 16:26:50 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-12-23 16:26:50 +0000 |
commit | 55c4e865961892e46977ce0c7692ffa586c7d3eb (patch) | |
tree | dfcb7c7b40d185a22d46d0edfb9d2b143649348f /sci-libs/gdal/gdal-1.3.0-r1.ebuild | |
parent | local jasper/jpeg2k use flags replaced by global jpeg2k flag (diff) | |
download | gentoo-2-55c4e865961892e46977ce0c7692ffa586c7d3eb.tar.gz gentoo-2-55c4e865961892e46977ce0c7692ffa586c7d3eb.tar.bz2 gentoo-2-55c4e865961892e46977ce0c7692ffa586c7d3eb.zip |
coorect previos use flag change
(Portage version: 2.0.53)
Diffstat (limited to 'sci-libs/gdal/gdal-1.3.0-r1.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-1.3.0-r1.ebuild b/sci-libs/gdal/gdal-1.3.0-r1.ebuild index 0b8ddd2d9d81..832698a0f20c 100644 --- a/sci-libs/gdal/gdal-1.3.0-r1.ebuild +++ b/sci-libs/gdal/gdal-1.3.0-r1.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.3.0-r1.ebuild,v 1.8 2005/12/23 16:21:05 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.0-r1.ebuild,v 1.9 2005/12/23 16:26:50 carlo Exp $ inherit eutils libtool gnuconfig distutils toolchain-funcs @@ -71,7 +71,7 @@ src_compile() { use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \ $(use_with postgres pg) $(use_with fits cfitsio) \ $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \ - $(use_with sqlite) $(use_with jpeg2k) $(use_with odbc) \ + $(use_with sqlite) $(use_with jpeg2k jasper) $(use_with odbc) \ $(use_with gml xerces) $(use_with hdf5)" # It can't find this |