From: W. Trevor King Date: Wed, 8 Oct 2014 17:47:47 +0000 (-0700) Subject: tornado-pyvows-9999.ebuild: Loosen the pyVows dependency to blacklist only 2.0.4... X-Git-Url: http://git.tremily.us/?p=wtk-overlay.git;a=commitdiff_plain;h=574bcb2fefdb2a4036c40d8b90085e9db7d99e8d tornado-pyvows-9999.ebuild: Loosen the pyVows dependency to blacklist only 2.0.4 and 2.0.5 The breakage was fixed with pyVows 2.0.6. I've reported this dependency change upstream with [1]. [1]: https://github.com/rafaelcaricio/tornado_pyvows/pull/15 --- diff --git a/tornado-pyvows-9999.ebuild b/tornado-pyvows-9999.ebuild index 14e74c7..2e13001 100644 --- a/tornado-pyvows-9999.ebuild +++ b/tornado-pyvows-9999.ebuild @@ -28,7 +28,9 @@ IUSE="test" RDEPEND=" dev-python/pycurl[${PYTHON_USEDEP}] - <=dev-python/pyvows-2.0.3[${PYTHON_USEDEP}] + dev-python/pyvows[${PYTHON_USEDEP}] + !=dev-python/pyvows-2.0.4[${PYTHON_USEDEP}] + !=dev-python/pyvows-2.0.5[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] www-servers/tornado[${PYTHON_USEDEP}] "