diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-11-07 22:33:03 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-11-07 22:33:03 +0000 |
commit | 3bc934acac461eb7073088db96d8e4b5ffa2081c (patch) | |
tree | d4ee84f7e334fcd5e96d1c3cf7ebe28b7e0d1f2a /sci-libs/gdal | |
parent | Add missing pkgconfig dep, bug #152481. (diff) | |
download | historical-3bc934acac461eb7073088db96d8e4b5ffa2081c.tar.gz historical-3bc934acac461eb7073088db96d8e4b5ffa2081c.tar.bz2 historical-3bc934acac461eb7073088db96d8e4b5ffa2081c.zip |
Stable on sparc
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 70041790096c..15e769397c17 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.28 2006/07/08 08:35:15 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.29 2006/11/07 22:33:03 gustavoz Exp $ + + 07 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> gdal-1.3.1.ebuild: + Stable on sparc 08 Jul 2006; Markus Rothe <corsair@gentoo.org> gdal-1.3.1.ebuild: Stable on ppc64 diff --git a/sci-libs/gdal/gdal-1.3.1.ebuild b/sci-libs/gdal/gdal-1.3.1.ebuild index 704634ee2aef..329d78f33e1c 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-2006 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.12 2006/07/08 08:35:15 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.13 2006/11/07 22:33:03 gustavoz Exp $ inherit eutils libtool gnuconfig distutils toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://dl.maptools.org/dl/gdal/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" # need to get these arches updated on several libs first #KEYWORDS="~alpha ~hppa ~ppc64" |