From: Tomas Mozes Date: Wed, 11 Jul 2018 14:30:29 +0000 (+0200) Subject: www-apps/kibana-bin: add note about nodejs version X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8f5ed1090cea20128041718c106929b663234cf6;p=gentoo.git www-apps/kibana-bin: add note about nodejs version Closes: https://bugs.gentoo.org/656008 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/www-apps/kibana-bin/kibana-bin-6.2.4.ebuild b/www-apps/kibana-bin/kibana-bin-6.2.4.ebuild index 481a185aa4b1..96789c5c5562 100644 --- a/www-apps/kibana-bin/kibana-bin-6.2.4.ebuild +++ b/www-apps/kibana-bin/kibana-bin-6.2.4.ebuild @@ -58,7 +58,8 @@ src_install() { } pkg_postinst() { - elog "This version of Kibana is compatible with Elasticsearch $(ver_cut 1-2)" + elog "This version of Kibana is compatible with Elasticsearch $(ver_cut 1-2) and" + elog "Node.js 6. Some plugins may fail with other versions of Node.js (Bug #656008)." elog elog "To set a customized Elasticsearch instance:" elog " OpenRC: set ES_INSTANCE in /etc/conf.d/${MY_PN}"