diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-25 22:47:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-26 10:16:47 +0300 |
commit | 3352113bdd5ee62808ca4ea5f4bb2c6f0f79daf6 (patch) | |
tree | 8a6318dd54cf51c496958d0c7710835926283cee /dev-python/ws4py/ws4py-0.5.1-r1.ebuild | |
parent | dev-python/cairocffi: Keyword 1.4.0 sparc, #872830 (diff) | |
download | gentoo-3352113bdd5ee62808ca4ea5f4bb2c6f0f79daf6.tar.gz gentoo-3352113bdd5ee62808ca4ea5f4bb2c6f0f79daf6.tar.bz2 gentoo-3352113bdd5ee62808ca4ea5f4bb2c6f0f79daf6.zip |
Rename {www-servers → dev-python}/tornado
Closes: https://github.com/gentoo/gentoo/pull/27452
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/ws4py/ws4py-0.5.1-r1.ebuild')
-rw-r--r-- | dev-python/ws4py/ws4py-0.5.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild index dbf1c8a54b9f..7313ee949cf5 100644 --- a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild +++ b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild @@ -3,7 +3,7 @@ # We could depend on dev-python/cherrypy when USE=server, but # that is an optional component ... -# Same for www-servers/tornado and USE=client ... so why not??? +# Same for dev-python/tornado and USE=client ... so why not??? # pypy is viable but better with a cutdown set of deps EAPI=7 @@ -35,7 +35,7 @@ RESTRICT="!test? ( test )" RDEPEND=">=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}] >=dev-python/cython-0.19.1[${PYTHON_USEDEP}] - client? ( >=www-servers/tornado-3.1[${PYTHON_USEDEP}] ) + client? ( >=dev-python/tornado-3.1[${PYTHON_USEDEP}] ) server? ( >=dev-python/cherrypy-3.2.4[${PYTHON_USEDEP}] )" DEPEND="test? ( |