diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-04-01 14:33:06 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-04-01 14:33:06 +0000 |
commit | b1818d10550a317b2d1d0ad4439bf723e76718d7 (patch) | |
tree | 962df86103e3ed0db8b61f88ee0fbaee4fdc393b /dev-python/testscenarios/testscenarios-0.4-r4.ebuild | |
parent | Typo. (diff) | |
download | gentoo-2-b1818d10550a317b2d1d0ad4439bf723e76718d7.tar.gz gentoo-2-b1818d10550a317b2d1d0ad4439bf723e76718d7.tar.bz2 gentoo-2-b1818d10550a317b2d1d0ad4439bf723e76718d7.zip |
add pypy support
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/testscenarios/testscenarios-0.4-r4.ebuild')
-rw-r--r-- | dev-python/testscenarios/testscenarios-0.4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testscenarios/testscenarios-0.4-r4.ebuild b/dev-python/testscenarios/testscenarios-0.4-r4.ebuild index b786e9113b90..73f65f0a672c 100644 --- a/dev-python/testscenarios/testscenarios-0.4-r4.ebuild +++ b/dev-python/testscenarios/testscenarios-0.4-r4.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/testscenarios/testscenarios-0.4-r4.ebuild,v 1.3 2014/03/19 23:14:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r4.ebuild,v 1.4 2014/04/01 14:33:06 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 pypy ) inherit distutils-r1 |