diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-10-12 14:14:36 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-10-12 14:14:36 +0000 |
commit | 3f8f6f089d2e3b4a41b9a3a8fa562a42dad1596f (patch) | |
tree | 67c1b4028c8af01543729b5fb55b8b82077f9b71 /www-servers | |
parent | x86 stable wrt bug #517492 (diff) | |
download | gentoo-2-3f8f6f089d2e3b4a41b9a3a8fa562a42dad1596f.tar.gz gentoo-2-3f8f6f089d2e3b4a41b9a3a8fa562a42dad1596f.tar.bz2 gentoo-2-3f8f6f089d2e3b4a41b9a3a8fa562a42dad1596f.zip |
add py3.4 clean old pypy impl, tidy
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tornado/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/tornado/tornado-3.1.1-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-servers/tornado/ChangeLog b/www-servers/tornado/ChangeLog index e69b4a00dba3..338828327dbf 100644 --- a/www-servers/tornado/ChangeLog +++ b/www-servers/tornado/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/tornado # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.52 2014/09/27 11:37:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.53 2014/10/12 14:14:36 idella4 Exp $ + + 12 Oct 2014; Ian Delaney <idella4@gentoo.org> tornado-3.1.1-r1.ebuild: + add py3.4 clean old pypy impl, tidy 27 Sep 2014; Markus Meier <maekke@gentoo.org> tornado-4.0.1.ebuild: add ~arm, bug #521954 diff --git a/www-servers/tornado/tornado-3.1.1-r1.ebuild b/www-servers/tornado/tornado-3.1.1-r1.ebuild index b8ab12c28de9..96dc74b21450 100644 --- a/www-servers/tornado/tornado-3.1.1-r1.ebuild +++ b/www-servers/tornado/tornado-3.1.1-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/www-servers/tornado/tornado-3.1.1-r1.ebuild,v 1.4 2014/08/13 18:24:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild,v 1.5 2014/10/12 14:14:36 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="curl test" -RDEPEND="curl? ( dev-python/pycurl[$(python_gen_usedep 'python2*')] )" +RDEPEND="curl? ( dev-python/pycurl[$(python_gen_usedep python2_7)] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} ) " -REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2*) ) )" +REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2_7) ) )" PATCHES=( "${FILESDIR}/unittest2-import-issue-1005.patch" |