diff options
Diffstat (limited to 'app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild')
-rw-r--r-- | app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild b/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild index 5d51ca8d03b0..a6b09a058aa2 100644 --- a/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild +++ b/app-crypt/acme-sh/acme-sh-2.8.8-r1.ebuild @@ -45,8 +45,7 @@ src_install() { } pkg_postinst() { - einfo "If you wish to use the webserver mode," - einfo "you need to install a supported web server." - optfeature "using apache2 webserver mode." www-servers/apache - optfeature "using nginx webserver mode." www-servers/nginx + optfeature_header "For webserver mode, install a supported web server:" + optfeature "using apache2 webserver mode" www-servers/apache + optfeature "using nginx webserver mode" www-servers/nginx } |