diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-10-18 19:08:36 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-10-18 19:08:36 +0000 |
commit | a3b442a0160afad37856093cb6142a66a106be0b (patch) | |
tree | 4beb3f6badc078e00a55723bb76cd75caff8d1c2 /sci-libs/gdal/gdal-1.3.1.ebuild | |
parent | Version bump. (diff) | |
download | historical-a3b442a0160afad37856093cb6142a66a106be0b.tar.gz historical-a3b442a0160afad37856093cb6142a66a106be0b.tar.bz2 historical-a3b442a0160afad37856093cb6142a66a106be0b.zip |
Updated with latest release and fixes for the perllocal.pod thing and
minor QA updates in older versions.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26.5 x86_64
Diffstat (limited to 'sci-libs/gdal/gdal-1.3.1.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.3.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-libs/gdal/gdal-1.3.1.ebuild b/sci-libs/gdal/gdal-1.3.1.ebuild index 9bc54e018c8d..af06c1e9f582 100644 --- a/sci-libs/gdal/gdal-1.3.1.ebuild +++ b/sci-libs/gdal/gdal-1.3.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.3.1.ebuild,v 1.17 2008/10/12 02:38:16 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.18 2008/10/18 19:08:36 nerdboy Exp $ inherit eutils libtool distutils toolchain-funcs @@ -17,7 +17,7 @@ KEYWORDS="amd64 ppc ppc64 sparc x86" # need to get these arches updated on several libs first #KEYWORDS="~alpha ~hppa" -DEPEND=">=sys-libs/zlib-1.1.4 +RDEPEND=">=sys-libs/zlib-1.1.4 >=media-libs/tiff-3.7.0 sci-libs/libgeotiff jpeg? ( media-libs/jpeg ) @@ -36,7 +36,9 @@ DEPEND=">=sys-libs/zlib-1.1.4 jpeg2k? ( media-libs/jasper ) odbc? ( dev-db/unixODBC ) geos? ( >=sci-libs/geos-2.2.1 ) - sqlite? ( >=dev-db/sqlite-3 ) + sqlite? ( >=dev-db/sqlite-3 )" + +DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" src_unpack() { |