commit: 32b79fb10d054cd11a5aeca51fa80fac8c605e47
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 14:05:11 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 14:25:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b79fb1
www-servers/gunicorn: Remove dev-python/gevent optfeature
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
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"
}