diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-10-12 15:03:34 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-10-12 15:07:41 -0700 |
commit | c7c527b55d672753c10fe561cc7e8f33f2bb0fb5 (patch) | |
tree | 57aaed00a48b3e332e8bb81cfb748a099a834e26 /www-servers | |
parent | dev-util/buildbot-worker: Update the twisted dep order to prefer the new twis... (diff) | |
download | gentoo-c7c527b55d672753c10fe561cc7e8f33f2bb0fb5.tar.gz gentoo-c7c527b55d672753c10fe561cc7e8f33f2bb0fb5.tar.bz2 gentoo-c7c527b55d672753c10fe561cc7e8f33f2bb0fb5.zip |
www-servers/tornado: 4.4.1 Update the twisted dep order to prefer the new twisted pkg
With the new twisted pkg now in the tree, prefer the new pkg.
There will be no new releases of the split pkgs.
Package-Manager: portage-2.3.2
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tornado/tornado-4.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/tornado/tornado-4.4.1.ebuild b/www-servers/tornado/tornado-4.4.1.ebuild index 520d50c532d8..ae21f0cbb401 100644 --- a/www-servers/tornado/tornado-4.4.1.ebuild +++ b/www-servers/tornado/tornado-4.4.1.ebuild @@ -23,10 +23,10 @@ CDEPEND=" >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}] dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}] || ( + >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] ( $(python_gen_cond_dep 'dev-python/twisted-names[${PYTHON_USEDEP}]' 'python2_7') $(python_gen_cond_dep 'dev-python/twisted-web[${PYTHON_USEDEP}]' 'python2_7') ) - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] ) virtual/python-backports_abc[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}] |