diff options
author | 2014-07-23 02:26:49 +0000 | |
---|---|---|
committer | 2014-07-23 02:26:49 +0000 | |
commit | f54ade015c150ed139df03cef9032c2421e1fbc6 (patch) | |
tree | cfe8d90a2fd627c19f196e70d8d050137e32fdec /dev-python/sphinxcontrib-programoutput | |
parent | Remove py3.2 support as jinja dropped it (diff) | |
download | gentoo-2-f54ade015c150ed139df03cef9032c2421e1fbc6.tar.gz gentoo-2-f54ade015c150ed139df03cef9032c2421e1fbc6.tar.bz2 gentoo-2-f54ade015c150ed139df03cef9032c2421e1fbc6.zip |
Add py3.4 support
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/sphinxcontrib-programoutput')
-rw-r--r-- | dev-python/sphinxcontrib-programoutput/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/sphinxcontrib-programoutput/ChangeLog b/dev-python/sphinxcontrib-programoutput/ChangeLog index d1d7e7af8370..f5d6ccf3c9be 100644 --- a/dev-python/sphinxcontrib-programoutput/ChangeLog +++ b/dev-python/sphinxcontrib-programoutput/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sphinxcontrib-programoutput # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-programoutput/ChangeLog,v 1.3 2014/03/31 20:53:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-programoutput/ChangeLog,v 1.4 2014/07/23 02:26:49 patrick Exp $ + + 23 Jul 2014; Patrick Lauer <patrick@gentoo.org> + sphinxcontrib-programoutput-0.8.ebuild: + Add py3.4 support 31 Mar 2014; Michał Górny <mgorny@gentoo.org> sphinxcontrib-programoutput-0.8.ebuild: diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild index 093a756c9966..1bec109a99be 100644 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild +++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.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/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild,v 1.3 2014/03/31 20:53:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild,v 1.4 2014/07/23 02:26:49 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 |