diff options
author | 2005-09-17 21:45:28 +0000 | |
---|---|---|
committer | 2005-09-17 21:45:28 +0000 | |
commit | 9d2035bec018079bfe94bdb9ccb89749cf1cc921 (patch) | |
tree | f248a819656906a8b98462fc2807692b66aa88cc /sci-libs | |
parent | Readded to ~ppc (diff) | |
download | gentoo-2-9d2035bec018079bfe94bdb9ccb89749cf1cc921.tar.gz gentoo-2-9d2035bec018079bfe94bdb9ccb89749cf1cc921.tar.bz2 gentoo-2-9d2035bec018079bfe94bdb9ccb89749cf1cc921.zip |
Stable on ppc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/geos/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/geos/geos-2.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog index 7c284fb65111..931198e2e5e8 100644 --- a/sci-libs/geos/ChangeLog +++ b/sci-libs/geos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/geos # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.8 2005/09/11 03:41:16 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.9 2005/09/17 21:45:16 hansmi Exp $ + + 17 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> geos-2.1.2.ebuild: + Stable on ppc. 11 Sep 2005; Steve Arnold <nerdboy@gentoo.org> geos-2.1.1.ebuild, geos-2.1.2.ebuild: diff --git a/sci-libs/geos/geos-2.1.2.ebuild b/sci-libs/geos/geos-2.1.2.ebuild index d2d2e7a3cd6d..0592eafbce1a 100644 --- a/sci-libs/geos/geos-2.1.2.ebuild +++ b/sci-libs/geos/geos-2.1.2.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.2.ebuild,v 1.3 2005/09/11 03:41:16 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.1.2.ebuild,v 1.4 2005/09/17 21:45:16 hansmi 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 sparc" +KEYWORDS="~amd64 ppc sparc ~x86" IUSE="static doc" RDEPEND="virtual/libc" |