diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:27:40 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:27:40 +0000 |
commit | a80c557e35f08e7dc2821f06f19e6cb4eb3b5c96 (patch) | |
tree | e3af32913845705d972996569248438fef437876 /sci-libs/geos | |
parent | Restricting pypy #403813 (diff) | |
download | gentoo-2-a80c557e35f08e7dc2821f06f19e6cb4eb3b5c96.tar.gz gentoo-2-a80c557e35f08e7dc2821f06f19e6cb4eb3b5c96.tar.bz2 gentoo-2-a80c557e35f08e7dc2821f06f19e6cb4eb3b5c96.zip |
Restricting pypy #403809
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/geos')
-rw-r--r-- | sci-libs/geos/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/geos/geos-3.2.2.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/geos/geos-3.3.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog index 6a480323d862..a4f7d18ff9d1 100644 --- a/sci-libs/geos/ChangeLog +++ b/sci-libs/geos/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/geos # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.60 2012/01/14 16:17:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.61 2012/02/20 15:27:40 patrick Exp $ + + 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> geos-3.2.2.ebuild, + geos-3.3.2.ebuild: + Restricting pypy #403809 *geos-3.3.2 (14 Jan 2012) diff --git a/sci-libs/geos/geos-3.2.2.ebuild b/sci-libs/geos/geos-3.2.2.ebuild index 8ccec5dc2159..9f0b2941ad5f 100644 --- a/sci-libs/geos/geos-3.2.2.ebuild +++ b/sci-libs/geos/geos-3.2.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.11 2011/06/11 13:43:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v 1.12 2012/02/20 15:27:40 patrick Exp $ EAPI="3" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit autotools eutils python diff --git a/sci-libs/geos/geos-3.3.2.ebuild b/sci-libs/geos/geos-3.3.2.ebuild index 2f8102619d03..1dcce258128b 100644 --- a/sci-libs/geos/geos-3.3.2.ebuild +++ b/sci-libs/geos/geos-3.3.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.3.2.ebuild,v 1.1 2012/01/14 16:17:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.3.2.ebuild,v 1.2 2012/02/20 15:27:40 patrick Exp $ EAPI=4 PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit autotools eutils python DESCRIPTION="Geometry engine library for Geographic Information Systems" |