summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 21:02:53 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 21:02:53 +0000
commit47ce31094e9f97ae884d2c0fd3c410e2d59ee687 (patch)
treeb4438d97b6e3846d86bfd1f59175226efe39077e /dev-python/pychart
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-47ce31094e9f97ae884d2c0fd3c410e2d59ee687.tar.gz
gentoo-2-47ce31094e9f97ae884d2c0fd3c410e2d59ee687.tar.bz2
gentoo-2-47ce31094e9f97ae884d2c0fd3c410e2d59ee687.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/pychart')
-rw-r--r--dev-python/pychart/ChangeLog5
-rw-r--r--dev-python/pychart/pychart-1.39-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pychart/ChangeLog b/dev-python/pychart/ChangeLog
index f52cbfd2c732..5eec983a9d15 100644
--- a/dev-python/pychart/ChangeLog
+++ b/dev-python/pychart/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pychart
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/ChangeLog,v 1.19 2014/03/03 23:46:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/ChangeLog,v 1.20 2014/03/31 21:02:53 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> pychart-1.39-r1.ebuild:
+ Add support for the new PyPy slotting.
03 Mar 2014; Pacho Ramos <pacho@gentoo.org> pychart-1.39-r1.ebuild:
amd64 stable, bug #495610
diff --git a/dev-python/pychart/pychart-1.39-r1.ebuild b/dev-python/pychart/pychart-1.39-r1.ebuild
index 073aab22f7ca..950ca01a260a 100644
--- a/dev-python/pychart/pychart-1.39-r1.ebuild
+++ b/dev-python/pychart/pychart-1.39-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/pychart-1.39-r1.ebuild,v 1.3 2014/03/03 23:46:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychart/pychart-1.39-r1.ebuild,v 1.4 2014/03/31 21:02:53 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
inherit distutils-r1