diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-07 09:58:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-07 09:58:16 +0000 |
commit | f5f0964f9683c1345db824b66fd534328f478869 (patch) | |
tree | 95e3af491d0d3ca215636a8056d459b2336c8a83 /sci-libs/gdal | |
parent | Older vala versions will fail with gobject-introspection-1.36 (#463720) (diff) | |
download | gentoo-2-f5f0964f9683c1345db824b66fd534328f478869.tar.gz gentoo-2-f5f0964f9683c1345db824b66fd534328f478869.tar.bz2 gentoo-2-f5f0964f9683c1345db824b66fd534328f478869.zip |
Stable for amd64, wrt bug #450682
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.9.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 0f4bccb2642a..63d8f6085ce4 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.134 2013/03/17 12:34:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.135 2013/04/07 09:58:16 ago Exp $ + + 07 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gdal-1.9.2.ebuild: + Stable for amd64, wrt bug #450682 17 Mar 2013; Justin Lecher <jlec@gentoo.org> metadata.xml: Fix missing bracket in USE description diff --git a/sci-libs/gdal/gdal-1.9.2.ebuild b/sci-libs/gdal/gdal-1.9.2.ebuild index e220b2b71197..80a64a7b5ffe 100644 --- a/sci-libs/gdal/gdal-1.9.2.ebuild +++ b/sci-libs/gdal/gdal-1.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.9.2.ebuild,v 1.1 2012/12/26 13:36:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.9.2.ebuild,v 1.2 2013/04/07 09:58:16 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="armadillo +aux_xml curl debug doc ecwj2k fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc opencl ogdi pdf perl png postgres python ruby spatialite sqlite threads xls" RDEPEND=" |