diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-07 09:52:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-07 09:52:47 +0000 |
commit | 02aca6b2ddb0f7aac65ec5f3f9e953d9810fa5ed (patch) | |
tree | 7dc6dac19997c55e52b45d42ff582e418683c3a4 /dev-python/cffi | |
parent | Enable pypy2.0. (diff) | |
download | gentoo-2-02aca6b2ddb0f7aac65ec5f3f9e953d9810fa5ed.tar.gz gentoo-2-02aca6b2ddb0f7aac65ec5f3f9e953d9810fa5ed.tar.bz2 gentoo-2-02aca6b2ddb0f7aac65ec5f3f9e953d9810fa5ed.zip |
Enable pypy2.0.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index 9821a8ea10e7..d9ad95514c49 100644 --- a/dev-python/cffi/ChangeLog +++ b/dev-python/cffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.10 2013/08/02 09:14:59 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.11 2013/08/07 09:52:47 mgorny Exp $ + + 07 Aug 2013; Michał Górny <mgorny@gentoo.org> cffi-0.7.ebuild: + Enable pypy2.0. *cffi-0.7 (02 Aug 2013) diff --git a/dev-python/cffi/cffi-0.7.ebuild b/dev-python/cffi/cffi-0.7.ebuild index bfc666bd5dc2..b300099c9b20 100644 --- a/dev-python/cffi/cffi-0.7.ebuild +++ b/dev-python/cffi/cffi-0.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.ebuild,v 1.1 2013/08/02 09:14:59 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.ebuild,v 1.2 2013/08/07 09:52:47 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy1_9 ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 |