summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 20:46:24 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 20:46:24 +0000
commitd3677ca52b01c810f0128d87616d0fc86ab3d5a9 (patch)
tree02b0f1f3a06205c01105996f8addf5bfa850146a /dev-python/whisper
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-d3677ca52b01c810f0128d87616d0fc86ab3d5a9.tar.gz
gentoo-2-d3677ca52b01c810f0128d87616d0fc86ab3d5a9.tar.bz2
gentoo-2-d3677ca52b01c810f0128d87616d0fc86ab3d5a9.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/whisper')
-rw-r--r--dev-python/whisper/ChangeLog8
-rw-r--r--dev-python/whisper/whisper-0.9.10-r1.ebuild6
-rw-r--r--dev-python/whisper/whisper-0.9.12.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/whisper/ChangeLog b/dev-python/whisper/ChangeLog
index a6989cf2538b..e03965e52863 100644
--- a/dev-python/whisper/ChangeLog
+++ b/dev-python/whisper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/whisper
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/ChangeLog,v 1.7 2013/09/05 18:47:00 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/ChangeLog,v 1.8 2014/03/31 20:46:24 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> whisper-0.9.10-r1.ebuild,
+ whisper-0.9.12.ebuild:
+ Add support for the new PyPy slotting.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> whisper-0.9.10-r1.ebuild,
whisper-0.9.12.ebuild:
diff --git a/dev-python/whisper/whisper-0.9.10-r1.ebuild b/dev-python/whisper/whisper-0.9.10-r1.ebuild
index 4457334db7e6..24f10fcf7937 100644
--- a/dev-python/whisper/whisper-0.9.10-r1.ebuild
+++ b/dev-python/whisper/whisper-0.9.10-r1.ebuild
@@ -1,10 +1,10 @@
-# 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/whisper/whisper-0.9.10-r1.ebuild,v 1.2 2013/09/05 18:47:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/whisper-0.9.10-r1.ebuild,v 1.3 2014/03/31 20:46:24 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{6,7} pypy2_0 )
+PYTHON_COMPAT=( python2_{6,7} pypy pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/whisper/whisper-0.9.12.ebuild b/dev-python/whisper/whisper-0.9.12.ebuild
index 0f6e8227bd86..bed55d3bb32f 100644
--- a/dev-python/whisper/whisper-0.9.12.ebuild
+++ b/dev-python/whisper/whisper-0.9.12.ebuild
@@ -1,10 +1,10 @@
-# 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/whisper/whisper-0.9.12.ebuild,v 1.2 2013/09/05 18:47:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/whisper-0.9.12.ebuild,v 1.3 2014/03/31 20:46:24 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{6,7} pypy2_0 )
+PYTHON_COMPAT=( python2_{6,7} pypy pypy2_0 )
inherit distutils-r1