diff options
author | 2013-05-20 15:51:14 +0000 | |
---|---|---|
committer | 2013-05-20 15:51:14 +0000 | |
commit | 54fed333de01102784b38ce34d5fad15e06b9218 (patch) | |
tree | 830f1254d8b95607782b1e0543079e848afb2c8e /www-servers/tornado/tornado-2.4.1.ebuild | |
parent | app-misc/when: Drop old (diff) | |
download | gentoo-2-54fed333de01102784b38ce34d5fad15e06b9218.tar.gz gentoo-2-54fed333de01102784b38ce34d5fad15e06b9218.tar.bz2 gentoo-2-54fed333de01102784b38ce34d5fad15e06b9218.zip |
Add missing || to PYTHON_USEDEP. Bug #469258.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'www-servers/tornado/tornado-2.4.1.ebuild')
-rw-r--r-- | www-servers/tornado/tornado-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/tornado/tornado-2.4.1.ebuild b/www-servers/tornado/tornado-2.4.1.ebuild index b73adcea8355..306950865043 100644 --- a/www-servers/tornado/tornado-2.4.1.ebuild +++ b/www-servers/tornado/tornado-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.1 2013/05/09 17:13:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.2 2013/05/20 15:51:14 mgorny Exp $ EAPI=5 @@ -23,7 +23,7 @@ RDEPEND="curl? ( dev-python/pycurl[$(python_gen_usedep 'python2*')] ) DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -REQUIRED_USE="curl? ( $(python_gen_useflags python2*) )" +REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2*) ) )" src_test() { # The test server tries to bind at an unused port but suffers |