diff options
author | Marien Zwart <marienz@gentoo.org> | 2012-02-25 22:25:30 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2012-02-25 22:25:30 +0000 |
commit | 5877f05b0fddd47eb3f449d7658d3fb06e055241 (patch) | |
tree | a12ce7b9d56674c1be763c36a1eb22befed3fff4 /dev-python/iconvcodec | |
parent | push a revision bump for the accumulated fixes (diff) | |
download | gentoo-2-5877f05b0fddd47eb3f449d7658d3fb06e055241.tar.gz gentoo-2-5877f05b0fddd47eb3f449d7658d3fb06e055241.tar.bz2 gentoo-2-5877f05b0fddd47eb3f449d7658d3fb06e055241.zip |
Restrict pypy, see comment in the ebuild.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/iconvcodec')
-rw-r--r-- | dev-python/iconvcodec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/iconvcodec/iconvcodec-1.1.2.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/iconvcodec/ChangeLog b/dev-python/iconvcodec/ChangeLog index baa53e4b3527..57a95ba2fdcf 100644 --- a/dev-python/iconvcodec/ChangeLog +++ b/dev-python/iconvcodec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/iconvcodec # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.11 2012/02/21 08:51:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.12 2012/02/25 22:25:30 marienz Exp $ + + 25 Feb 2012; Marien Zwart <marienz@gentoo.org> iconvcodec-1.1.2.ebuild: + Restrict pypy, see comment in the ebuild. 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> iconvcodec-1.1.2.ebuild: Restricting jython diff --git a/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild b/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild index 7d76f4e50276..13c6f8a6fecc 100644 --- a/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild +++ b/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.9 2012/02/21 08:51:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.10 2012/02/25 22:25:30 marienz Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +# On pypy-1.8: undefined symbol: PyUnicodeDecodeError_SetStart. +# Might start working in future pypys, but restrict for now. +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" inherit distutils |