diff options
author | 2008-05-21 19:01:41 +0000 | |
---|---|---|
committer | 2008-05-21 19:01:41 +0000 | |
commit | 6f01b174bc5fb96270ee96b89d5e5f0441ff4a9c (patch) | |
tree | f88f98280c746a9b7ab33441674aea41a56e48d7 /sci-libs/gdal/gdal-1.5.1.ebuild | |
parent | Changed dependency for postgresql from dev-db/postgresql to virtual/postgresq... (diff) | |
download | historical-6f01b174bc5fb96270ee96b89d5e5f0441ff4a9c.tar.gz historical-6f01b174bc5fb96270ee96b89d5e5f0441ff4a9c.tar.bz2 historical-6f01b174bc5fb96270ee96b89d5e5f0441ff4a9c.zip |
Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'sci-libs/gdal/gdal-1.5.1.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-1.5.1.ebuild b/sci-libs/gdal/gdal-1.5.1.ebuild index 3f36ca06e94b..88a9e657b44f 100644 --- a/sci-libs/gdal/gdal-1.5.1.ebuild +++ b/sci-libs/gdal/gdal-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.1.ebuild,v 1.1 2008/05/20 00:37:33 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.1.ebuild,v 1.2 2008/05/21 19:01:41 dev-zero Exp $ WANT_AUTOCONF="2.5" inherit autotools distutils eutils perl-module toolchain-funcs @@ -34,7 +34,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4 ogdi? ( sci-libs/ogdi ) gml? ( >=dev-libs/xerces-c-2.8.0 ) hdf5? ( >=sci-libs/hdf5-1.6.4 ) - postgres? ( dev-db/postgresql ) + postgres? ( virtual/postgresql-server ) || ( netcdf? ( sci-libs/netcdf ) hdf? ( sci-libs/hdf ) |