diff options
author | 2015-04-18 12:47:30 +0000 | |
---|---|---|
committer | 2015-04-18 12:47:30 +0000 | |
commit | 4a6a2839a5c5bd340f4e4901f8b51f1bed035dff (patch) | |
tree | d6cb87e9c3de41892e1864964467017c306917f4 /sci-libs/gdal | |
parent | Rename distfile to include package name. (diff) | |
download | gentoo-2-4a6a2839a5c5bd340f4e4901f8b51f1bed035dff.tar.gz gentoo-2-4a6a2839a5c5bd340f4e4901f8b51f1bed035dff.tar.bz2 gentoo-2-4a6a2839a5c5bd340f4e4901f8b51f1bed035dff.zip |
ppc64 stable wrt bug #540132
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.11.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 8ecc54d753dc..52af125070de 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.163 2015/04/08 18:32:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.164 2015/04/18 12:47:30 pacho Exp $ + + 18 Apr 2015; Pacho Ramos <pacho@gentoo.org> gdal-1.11.1-r3.ebuild: + ppc64 stable wrt bug #540132 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gdal-1.10.1.ebuild, gdal-1.11.1-r1.ebuild, gdal-1.11.1-r2.ebuild, gdal-1.11.1-r3.ebuild: diff --git a/sci-libs/gdal/gdal-1.11.1-r3.ebuild b/sci-libs/gdal/gdal-1.11.1-r3.ebuild index 3cf8f19e4821..c67f4e3926b8 100644 --- a/sci-libs/gdal/gdal-1.11.1-r3.ebuild +++ b/sci-libs/gdal/gdal-1.11.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r3.ebuild,v 1.3 2015/04/08 18:32:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r3.ebuild,v 1.4 2015/04/18 12:47:30 pacho Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python ruby spatialite sqlite threads xls" RDEPEND=" |