diff options
author | 2010-06-21 17:03:00 +0000 | |
---|---|---|
committer | 2010-06-21 17:03:00 +0000 | |
commit | a38caf1ffa9e18b3ffa3f8c93949ab45b4881515 (patch) | |
tree | 67ed98be79f1dfa6615700e50aca377ab6b0a8db /sci-libs | |
parent | old, drop hppa (diff) | |
download | historical-a38caf1ffa9e18b3ffa3f8c93949ab45b4881515.tar.gz historical-a38caf1ffa9e18b3ffa3f8c93949ab45b4881515.tar.bz2 historical-a38caf1ffa9e18b3ffa3f8c93949ab45b4881515.zip |
x86 stable, bug #315659
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.6.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 5ea43fd1c26b..d53f28ac5c0e 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.85 2010/06/17 21:06:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.86 2010/06/21 17:03:00 maekke Exp $ + + 21 Jun 2010; Markus Meier <maekke@gentoo.org> gdal-1.6.3-r1.ebuild: + x86 stable, bug #315659 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> gdal-1.5.2.ebuild, gdal-1.5.3.ebuild, gdal-1.6.0-r1.ebuild, gdal-1.6.1.ebuild, diff --git a/sci-libs/gdal/gdal-1.6.3-r1.ebuild b/sci-libs/gdal/gdal-1.6.3-r1.ebuild index 38415d03fd2f..3068477bdbf3 100644 --- a/sci-libs/gdal/gdal-1.6.3-r1.ebuild +++ b/sci-libs/gdal/gdal-1.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.7 2010/06/17 21:06:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.8 2010/06/21 17:03:00 maekke Exp $ EAPI="3" WANT_AUTOCONF="2.5" @@ -16,7 +16,7 @@ SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" # need to get these arches updated on several libs first #KEYWORDS="~alpha ~hppa" |