summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-12-04 09:44:24 +0000
committerJustin Lecher <jlec@gentoo.org>2012-12-04 09:44:24 +0000
commitc3c478e8c0f01c0fce38a926ba67d5e9ef7a5167 (patch)
tree5d6d9ea1767e53cef51102d1198a416d376b5e48 /sci-libs/gdal
parentFixed installation of udev files (bug #430424) (diff)
downloadgentoo-2-c3c478e8c0f01c0fce38a926ba67d5e9ef7a5167.tar.gz
gentoo-2-c3c478e8c0f01c0fce38a926ba67d5e9ef7a5167.tar.bz2
gentoo-2-c3c478e8c0f01c0fce38a926ba67d5e9ef7a5167.zip
sci-libs/gdal: Correct USE-dep for sci-libs/armadillo, #445546
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r--sci-libs/gdal/ChangeLog5
-rw-r--r--sci-libs/gdal/gdal-1.9.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index aa5a73d158a0..e679d703637c 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/gdal
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.131 2012/10/07 09:07:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.132 2012/12/04 09:44:24 jlec Exp $
+
+ 04 Dec 2012; Justin Lecher <jlec@gentoo.org> gdal-1.9.1.ebuild:
+ Correct USE-dep for sci-libs/armadillo, #445546
07 Oct 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, #24135.
diff --git a/sci-libs/gdal/gdal-1.9.1.ebuild b/sci-libs/gdal/gdal-1.9.1.ebuild
index 91d0a14102e9..b76371749572 100644
--- a/sci-libs/gdal/gdal-1.9.1.ebuild
+++ b/sci-libs/gdal/gdal-1.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.9.1.ebuild,v 1.5 2012/08/10 06:12:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.9.1.ebuild,v 1.6 2012/12/04 09:44:24 jlec Exp $
EAPI=4
@@ -24,7 +24,7 @@ RDEPEND="
media-libs/tiff
sci-libs/libgeotiff
( || ( <sys-libs/zlib-1.2.5.1-r1 >=sys-libs/zlib-1.2.5.1-r2[minizip] ) )
- armadillo? ( >=sci-libs/armadillo-3.0.2 )
+ armadillo? ( sci-libs/armadillo[lapack] )
curl? ( net-misc/curl )
ecwj2k? ( sci-libs/libecwj2 )
fits? ( sci-libs/cfitsio )