commit: 8f5ed1090cea20128041718c106929b663234cf6 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Wed Jul 11 14:30:29 2018 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed Jul 11 15:46:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5ed109
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 www-apps/kibana-bin/kibana-bin-6.2.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 481a185aa4b..96789c5c556 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}"
