commit: 9e24df85352781f705b0af5634e3b71e80cc52db
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 11:00:39 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 18:55:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e24df85
www-servers/gunicorn: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
www-servers/gunicorn/gunicorn-20.1.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www-servers/gunicorn/gunicorn-20.1.0.ebuild
b/www-servers/gunicorn/gunicorn-20.1.0.ebuild
index cb38379151a..70043f376ee 100644
--- a/www-servers/gunicorn/gunicorn-20.1.0.ebuild
+++ b/www-servers/gunicorn/gunicorn-20.1.0.ebuild
@@ -40,8 +40,7 @@ python_install_all() {
}
pkg_postinst() {
- elog "Note that alternative worker types need additional packages to be
installed:"
+ 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"
- elog
}