summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2018-07-11 16:30:29 +0200
committerManuel RĂ¼ger <mrueg@gentoo.org>2018-07-11 17:46:05 +0200
commit8f5ed1090cea20128041718c106929b663234cf6 (patch)
tree5f9588b95aefe94c1930327911cddc6ebbb746ae
parentwww-apps/kibana-bin: bump to 5.6.10 (diff)
downloadgentoo-8f5ed1090cea20128041718c106929b663234cf6.tar.gz
gentoo-8f5ed1090cea20128041718c106929b663234cf6.tar.bz2
gentoo-8f5ed1090cea20128041718c106929b663234cf6.zip
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
-rw-r--r--www-apps/kibana-bin/kibana-bin-6.2.4.ebuild3
1 files changed, 2 insertions, 1 deletions
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}"