diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 15:05:11 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 15:25:39 +0100 |
commit | 32b79fb10d054cd11a5aeca51fa80fac8c605e47 (patch) | |
tree | 34ad6e4713f1f2202520a893ecfd31e36fa727eb /www-servers/gunicorn | |
parent | mail-filter/pyzor: Remove USE=gevent (diff) | |
download | gentoo-32b79fb10d054cd11a5aeca51fa80fac8c605e47.tar.gz gentoo-32b79fb10d054cd11a5aeca51fa80fac8c605e47.tar.bz2 gentoo-32b79fb10d054cd11a5aeca51fa80fac8c605e47.zip |
www-servers/gunicorn: Remove dev-python/gevent optfeature
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'www-servers/gunicorn')
-rw-r--r-- | www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild b/www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild index 8bc4d05051cf..04a83a8cbd7a 100644 --- a/www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild +++ b/www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild @@ -52,5 +52,4 @@ python_install_all() { pkg_postinst() { optfeature_header "Alternative worker types need additional packages to be installed:" optfeature "eventlet-based greenlets workers" "dev-python/eventlet" - optfeature "gevent-based greenlets workers" "dev-python/gevent" } |