summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-06-29 08:48:51 +0000
committerIan Delaney <idella4@gentoo.org>2014-06-29 08:48:51 +0000
commit7716afd104d50db0b24746b2d5b5a3043f9cef08 (patch)
tree9fa5ddb15cab1bdee54d3988dc0691ff5978bae4 /dev-python/fixtures
parentppc stable wrt bug #512616 (diff)
downloadgentoo-2-7716afd104d50db0b24746b2d5b5a3043f9cef08.tar.gz
gentoo-2-7716afd104d50db0b24746b2d5b5a3043f9cef08.tar.bz2
gentoo-2-7716afd104d50db0b24746b2d5b5a3043f9cef08.zip
drop pypy2_0
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r--dev-python/fixtures/ChangeLog5
-rw-r--r--dev-python/fixtures/fixtures-0.3.14-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog
index 240c58334536..e6fe41f29182 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.14 2014/06/12 08:11:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.15 2014/06/29 08:48:51 idella4 Exp $
+
+ 29 Jun 2014; Ian Delaney <idella4@gentoo.org> fixtures-0.3.14-r2.ebuild:
+ drop pypy2_0
*fixtures-0.3.14-r2 (12 Jun 2014)
diff --git a/dev-python/fixtures/fixtures-0.3.14-r2.ebuild b/dev-python/fixtures/fixtures-0.3.14-r2.ebuild
index e866f0254424..491194a2137a 100644
--- a/dev-python/fixtures/fixtures-0.3.14-r2.ebuild
+++ b/dev-python/fixtures/fixtures-0.3.14-r2.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-r2.ebuild,v 1.1 2014/06/12 08:11:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r2.ebuild,v 1.2 2014/06/29 08:48:51 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1