www-apps/kibana-bin: add note about nodejs version
authorTomas Mozes <hydrapolic@gmail.com>
Wed, 11 Jul 2018 14:30:29 +0000 (16:30 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Wed, 11 Jul 2018 15:46:05 +0000 (17:46 +0200)
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

index 481a185aa4b1b5be41cb901c21a5809614652a1a..96789c5c5562a2429dea486764ebad8d30750bef 100644 (file)
@@ -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}"