diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-12 13:49:00 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-12 13:49:00 +0000 |
commit | 695272d606342257525988131516cef1984191a5 (patch) | |
tree | e863ae3a54136286223b9bbe65c001c00ea0123e /sci-libs | |
parent | Use Python 2 (bug #315327). (diff) | |
download | gentoo-2-695272d606342257525988131516cef1984191a5.tar.gz gentoo-2-695272d606342257525988131516cef1984191a5.tar.bz2 gentoo-2-695272d606342257525988131516cef1984191a5.zip |
ppc64 stable wrt 354389
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/geos/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/geos/geos-3.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog index 381fdc5d526d..9cfc652d5c9c 100644 --- a/sci-libs/geos/ChangeLog +++ b/sci-libs/geos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/geos # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.54 2011/02/28 15:41:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.55 2011/03/12 13:49:00 xarthisius Exp $ + + 12 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> geos-3.2.2.ebuild: + ppc64 stable wrt 354389 28 Feb 2011; Brent Baude <ranger@gentoo.org> geos-3.2.2.ebuild: stable ppc, bug 354389 diff --git a/sci-libs/geos/geos-3.2.2.ebuild b/sci-libs/geos/geos-3.2.2.ebuild index 4b4f4418dbc4..f219c5cbaf89 100644 --- a/sci-libs/geos/geos-3.2.2.ebuild +++ b/sci-libs/geos/geos-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v 1.7 2011/02/28 15:41:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v 1.8 2011/03/12 13:49:00 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" IUSE="doc python ruby" RDEPEND="ruby? ( dev-lang/ruby:1.8 )" |