diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-25 13:40:29 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-25 13:40:29 +0000 |
commit | 29a57145ce659a076c2616295f1038a46a8b9989 (patch) | |
tree | 3eacb5136db1bce82d2d277c4eae3edb0db28c30 /sci-libs/gdal/gdal-1.5.2.ebuild | |
parent | Add Kernel 2.6.27 compatibility to lirc-0.8.3-r2. Fixes bug #236713, thanks t... (diff) | |
download | historical-29a57145ce659a076c2616295f1038a46a8b9989.tar.gz historical-29a57145ce659a076c2616295f1038a46a8b9989.tar.bz2 historical-29a57145ce659a076c2616295f1038a46a8b9989.zip |
Stable on sparc, bug #241500
Package-Manager: portage-2.2_rc19/cvs/Linux 2.6.28-00001-g7fe3c16 i686
Diffstat (limited to 'sci-libs/gdal/gdal-1.5.2.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-1.5.2.ebuild b/sci-libs/gdal/gdal-1.5.2.ebuild index 26be89f03c3e..912c48e57780 100644 --- a/sci-libs/gdal/gdal-1.5.2.ebuild +++ b/sci-libs/gdal/gdal-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.2.ebuild,v 1.5 2008/12/14 13:15:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.2.ebuild,v 1.6 2008/12/25 13:40:29 bluebird Exp $ WANT_AUTOCONF="2.5" inherit autotools distutils eutils perl-module toolchain-funcs @@ -14,7 +14,7 @@ SRC_URI="http://download.osgeo.org/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" |