diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-10-23 01:38:43 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-10-23 01:38:43 +0000 |
commit | f0802ffb627bd1cf224c7bd29d780d39c8cb7d27 (patch) | |
tree | 4aff7e36e9c5e108a32502e2cd09eca2b1f8db2e /dev-python/testscenarios | |
parent | Automated update. (diff) | |
download | gentoo-2-f0802ffb627bd1cf224c7bd29d780d39c8cb7d27.tar.gz gentoo-2-f0802ffb627bd1cf224c7bd29d780d39c8cb7d27.tar.bz2 gentoo-2-f0802ffb627bd1cf224c7bd29d780d39c8cb7d27.zip |
clean old pypy impl
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r-- | dev-python/testscenarios/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/testscenarios/testscenarios-0.4-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/testscenarios/ChangeLog b/dev-python/testscenarios/ChangeLog index 8efed77dde58..5fb1f2a67992 100644 --- a/dev-python/testscenarios/ChangeLog +++ b/dev-python/testscenarios/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/testscenarios # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.17 2014/08/20 20:26:22 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.18 2014/10/23 01:38:43 idella4 Exp $ + + 23 Oct 2014; Ian Delaney <idella4@gentoo.org> testscenarios-0.4-r5.ebuild: + clean old pypy impl 20 Aug 2014; Anthony G. Basile <blueness@gentoo.org> testscenarios-0.4-r2.ebuild, testscenarios-0.4-r4.ebuild, diff --git a/dev-python/testscenarios/testscenarios-0.4-r5.ebuild b/dev-python/testscenarios/testscenarios-0.4-r5.ebuild index 8df382627879..c28b8adf97cb 100644 --- a/dev-python/testscenarios/testscenarios-0.4-r5.ebuild +++ b/dev-python/testscenarios/testscenarios-0.4-r5.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-r5.ebuild,v 1.3 2014/08/20 20:26:22 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r5.ebuild,v 1.4 2014/10/23 01:38:43 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy2_0 pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 |