summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-19 23:58:19 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-19 23:58:19 +0000
commit386ca94af28e0f0eac31a7739192ddc996a28837 (patch)
treef22d6398a598229056e1a460528964a2e080b99e /dev-python/sphinx
parentversion bump wrt #439296 (diff)
downloadgentoo-2-386ca94af28e0f0eac31a7739192ddc996a28837.tar.gz
gentoo-2-386ca94af28e0f0eac31a7739192ddc996a28837.tar.bz2
gentoo-2-386ca94af28e0f0eac31a7739192ddc996a28837.zip
Enable pypy2.0 for deps.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/ChangeLog5
-rw-r--r--dev-python/sphinx/sphinx-1.1.3-r5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sphinx/ChangeLog b/dev-python/sphinx/ChangeLog
index 5f81e949d25e..07e1d6e015c4 100644
--- a/dev-python/sphinx/ChangeLog
+++ b/dev-python/sphinx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sphinx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.125 2013/01/18 11:12:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.126 2013/01/19 23:58:19 mgorny Exp $
+
+ 19 Jan 2013; Michał Górny <mgorny@gentoo.org> sphinx-1.1.3-r5.ebuild:
+ Enable pypy2.0 for deps.
18 Jan 2013; Michał Górny <mgorny@gentoo.org> sphinx-1.1.3-r5.ebuild:
Enable python3.3. Properly die on test failure.
diff --git a/dev-python/sphinx/sphinx-1.1.3-r5.ebuild b/dev-python/sphinx/sphinx-1.1.3-r5.ebuild
index a593cb9aa182..d430b1f624be 100644
--- a/dev-python/sphinx/sphinx-1.1.3-r5.ebuild
+++ b/dev-python/sphinx/sphinx-1.1.3-r5.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.3 2013/01/18 11:12:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.4 2013/01/19 23:58:19 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy1_9 )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1 versionator