Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/
Date: Wed, 12 Oct 2016 22:07:58
Message-Id: 1476310061.c7c527b55d672753c10fe561cc7e8f33f2bb0fb5.dolsen@gentoo
1 commit: c7c527b55d672753c10fe561cc7e8f33f2bb0fb5
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 22:03:34 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 22:07:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c527b5
7
8 www-servers/tornado: 4.4.1 Update the twisted dep order to prefer the new twisted pkg
9
10 With the new twisted pkg now in the tree, prefer the new pkg.
11 There will be no new releases of the split pkgs.
12
13 Package-Manager: portage-2.3.2
14
15 www-servers/tornado/tornado-4.4.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/www-servers/tornado/tornado-4.4.1.ebuild b/www-servers/tornado/tornado-4.4.1.ebuild
19 index 520d50c..ae21f0c 100644
20 --- a/www-servers/tornado/tornado-4.4.1.ebuild
21 +++ b/www-servers/tornado/tornado-4.4.1.ebuild
22 @@ -23,10 +23,10 @@ CDEPEND="
23 >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}]
24 dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]
25 || (
26 + >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
27 ( $(python_gen_cond_dep 'dev-python/twisted-names[${PYTHON_USEDEP}]' 'python2_7')
28 $(python_gen_cond_dep 'dev-python/twisted-web[${PYTHON_USEDEP}]' 'python2_7')
29 )
30 - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
31 )
32 virtual/python-backports_abc[${PYTHON_USEDEP}]
33 virtual/python-futures[${PYTHON_USEDEP}]