diff options
Diffstat (limited to 'sci-libs/geos/geos-2.1.1.ebuild')
-rw-r--r-- | sci-libs/geos/geos-2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/geos/geos-2.1.1.ebuild b/sci-libs/geos/geos-2.1.1.ebuild index 3f5efa80ffc2..b4f9c894eafc 100644 --- a/sci-libs/geos/geos-2.1.1.ebuild +++ b/sci-libs/geos/geos-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.1.1.ebuild,v 1.4 2005/05/17 13:16:13 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.1.1.ebuild,v 1.5 2005/07/23 02:02:29 nerdboy Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://geos.refractions.net/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="~amd64 x86 ~ppc ~sparc" IUSE="static doc" RDEPEND="virtual/libc" |