summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-11-20 02:48:20 +0000
committerIan Delaney <idella4@gentoo.org>2014-11-20 02:48:20 +0000
commit7b3a19a84907dff86afcc7f9c71ebe64efc109be (patch)
treebe8eced8e382300fb84ae9c25036ccf6aeec1667 /dev-python/docutils
parentAdd pypy3 support (diff)
downloadgentoo-2-7b3a19a84907dff86afcc7f9c71ebe64efc109be.tar.gz
gentoo-2-7b3a19a84907dff86afcc7f9c71ebe64efc109be.tar.bz2
gentoo-2-7b3a19a84907dff86afcc7f9c71ebe64efc109be.zip
clean old python impl, add pypy3 support
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/docutils')
-rw-r--r--dev-python/docutils/ChangeLog5
-rw-r--r--dev-python/docutils/docutils-0.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/docutils/ChangeLog b/dev-python/docutils/ChangeLog
index 7d4647337415..ea747eed1c29 100644
--- a/dev-python/docutils/ChangeLog
+++ b/dev-python/docutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/docutils
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.208 2014/11/11 11:14:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.209 2014/11/20 02:48:20 idella4 Exp $
+
+ 20 Nov 2014; Ian Delaney <idella4@gentoo.org> docutils-0.12.ebuild:
+ clean old python impl, add pypy3 support
11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> docutils-0.12.ebuild:
Stable for ia64, wrt bug #524416
diff --git a/dev-python/docutils/docutils-0.12.ebuild b/dev-python/docutils/docutils-0.12.ebuild
index 91b5766463c9..e5a83039caa9 100644
--- a/dev-python/docutils/docutils-0.12.ebuild
+++ b/dev-python/docutils/docutils-0.12.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/docutils/docutils-0.12.ebuild,v 1.9 2014/11/11 11:14:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.12.ebuild,v 1.10 2014/11/20 02:48:19 idella4 Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1