From 9e24df85352781f705b0af5634e3b71e80cc52db Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Sat, 3 Apr 2021 13:00:39 +0200
Subject: www-servers/gunicorn: Use optfeature_header() instead of custom elog

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
 www-servers/gunicorn/gunicorn-20.1.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'www-servers/gunicorn')

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
 }
-- 
cgit v1.2.3-65-gdbad