diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 08:27:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 08:27:53 +0000 |
commit | 8e90b02e92015c70a45de3e97bc4a5f6872c0e8d (patch) | |
tree | c0a226152f3a9b65ce7639d682a10e7560e13c41 /dev-python/sexy-python | |
parent | Restricting pypy and jython (diff) | |
download | gentoo-2-8e90b02e92015c70a45de3e97bc4a5f6872c0e8d.tar.gz gentoo-2-8e90b02e92015c70a45de3e97bc4a5f6872c0e8d.tar.bz2 gentoo-2-8e90b02e92015c70a45de3e97bc4a5f6872c0e8d.zip |
Restricting pypy
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/sexy-python')
-rw-r--r-- | dev-python/sexy-python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/sexy-python/ChangeLog b/dev-python/sexy-python/ChangeLog index cb1fc3f01f49..24d7b750e6b7 100644 --- a/dev-python/sexy-python/ChangeLog +++ b/dev-python/sexy-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sexy-python -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.27 2011/03/29 12:42:58 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.28 2012/02/24 08:27:53 patrick Exp $ + + 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> sexy-python-0.1.9-r1.ebuild: + Restricting pypy 29 Mar 2011; Jeroen Roovers <jer@gentoo.org> sexy-python-0.1.9-r1.ebuild: Stable for HPPA (bug #357765). diff --git a/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild b/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild index c6d6a27424d0..9128ac5b6e1a 100644 --- a/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild +++ b/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild @@ -1,11 +1,11 @@ -# 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/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild,v 1.13 2011/03/29 12:42:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild,v 1.14 2012/02/24 08:27:53 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython" +RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython 2.7-pypy-*" PYTHON_EXPORT_PHASE_FUNCTIONS="1" inherit python |