summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 20:26:13 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 20:26:13 +0000
commitef88d8b6c29ca12a82c65eb4dac7d643040686b8 (patch)
treeaf9fc5b4b42c1d9f960f415397b6a78509d1487f /dev-python/openstack-nose-plugin
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-ef88d8b6c29ca12a82c65eb4dac7d643040686b8.tar.gz
gentoo-2-ef88d8b6c29ca12a82c65eb4dac7d643040686b8.tar.bz2
gentoo-2-ef88d8b6c29ca12a82c65eb4dac7d643040686b8.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/openstack-nose-plugin')
-rw-r--r--dev-python/openstack-nose-plugin/ChangeLog8
-rw-r--r--dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/openstack-nose-plugin/ChangeLog b/dev-python/openstack-nose-plugin/ChangeLog
index 77b4f5d01e5d..9a415172b0f9 100644
--- a/dev-python/openstack-nose-plugin/ChangeLog
+++ b/dev-python/openstack-nose-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/openstack-nose-plugin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.4 2013/07/28 17:40:11 prometheanfire Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.5 2014/03/31 20:26:13 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org>
+ openstack-nose-plugin-0.11-r2.ebuild:
+ Add support for the new PyPy slotting.
*openstack-nose-plugin-0.11-r2 (28 Jul 2013)
diff --git a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild
index 0a04815d9374..4b36b586e3f7 100644
--- a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild
+++ b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild,v 1.1 2013/07/28 17:40:11 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild,v 1.2 2014/03/31 20:26:13 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_7 pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
inherit distutils-r1