diff options
-rw-r--r-- | dev-python/docutils/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/docutils/docutils-0.10.ebuild | 4 | ||||
-rw-r--r-- | dev-python/docutils/docutils-0.9.1-r1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/docutils/ChangeLog b/dev-python/docutils/ChangeLog index f1f40ee4da2a..732631d1fee1 100644 --- a/dev-python/docutils/ChangeLog +++ b/dev-python/docutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/docutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.171 2013/01/04 21:56:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.172 2013/01/13 17:34:01 mgorny Exp $ + + 13 Jan 2013; Michał Górny <mgorny@gentoo.org> docutils-0.10.ebuild, + docutils-0.9.1-r1.ebuild: + Disable pypy1.8 to fix broken deps. 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> docutils-0.9.1.ebuild: Stable for amd64, wrt bug #449412 diff --git a/dev-python/docutils/docutils-0.10.ebuild b/dev-python/docutils/docutils-0.10.ebuild index 3a1977cf0a99..1cb8d88922b8 100644 --- a/dev-python/docutils/docutils-0.10.ebuild +++ b/dev-python/docutils/docutils-0.10.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.10.ebuild,v 1.2 2013/01/02 19:59:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.10.ebuild,v 1.3 2013/01/13 17:34:01 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_8,1_9} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy1_9 ) inherit distutils-r1 diff --git a/dev-python/docutils/docutils-0.9.1-r1.ebuild b/dev-python/docutils/docutils-0.9.1-r1.ebuild index 1c401db57ba0..9028aba6a703 100644 --- a/dev-python/docutils/docutils-0.9.1-r1.ebuild +++ b/dev-python/docutils/docutils-0.9.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.9.1-r1.ebuild,v 1.4 2012/12/17 19:56:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.9.1-r1.ebuild,v 1.5 2013/01/13 17:34:01 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_8,1_9} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy1_9 ) inherit distutils-r1 |