diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:45:00 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:45:00 +0000 |
commit | 878f116af34940e409545e944d28c57967d18cdf (patch) | |
tree | 96369028f97714546c0ca952247a75858514b173 /dev-python/fixtures | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-878f116af34940e409545e944d28c57967d18cdf.tar.gz gentoo-2-878f116af34940e409545e944d28c57967d18cdf.tar.bz2 gentoo-2-878f116af34940e409545e944d28c57967d18cdf.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog index 680bd418d6be..80797ac3638b 100644 --- a/dev-python/fixtures/ChangeLog +++ b/dev-python/fixtures/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fixtures # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.8 2014/03/19 23:12:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.9 2014/03/31 20:45:00 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> fixtures-0.3.14-r1.ebuild: + Add support for the new PyPy slotting. 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> fixtures-0.3.14-r1.ebuild: Keyword ~amd64-linux ~x86-linux diff --git a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild b/dev-python/fixtures/fixtures-0.3.14-r1.ebuild index 65bbefe9b1f5..0242ec6a3f68 100644 --- a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.2 2014/03/19 23:12:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.3 2014/03/31 20:45:00 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 |