diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:00:39 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:08 +0200 |
commit | 9e24df85352781f705b0af5634e3b71e80cc52db (patch) | |
tree | 65fbb61eb529659a04fffa22e00c80c2ae601490 /www-servers/gunicorn | |
parent | www-misc/monitorix: Drop superfluous optfeature header (diff) | |
download | gentoo-9e24df85352781f705b0af5634e3b71e80cc52db.tar.gz gentoo-9e24df85352781f705b0af5634e3b71e80cc52db.tar.bz2 gentoo-9e24df85352781f705b0af5634e3b71e80cc52db.zip |
www-servers/gunicorn: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'www-servers/gunicorn')
-rw-r--r-- | www-servers/gunicorn/gunicorn-20.1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-servers/gunicorn/gunicorn-20.1.0.ebuild b/www-servers/gunicorn/gunicorn-20.1.0.ebuild index cb38379151a0..70043f376eef 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 } |