summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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