commit: b96fc0e3bdb11a7d13d47548c7a6212e2e47ee1a
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 09:40:30 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 09:40:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96fc0e3
www-apps/kibana-bin: Fix version shown in pkg_postinst
Package-Manager: portage-2.2.28
www-apps/kibana-bin/kibana-bin-4.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/kibana-bin/kibana-bin-4.5.0.ebuild
b/www-apps/kibana-bin/kibana-bin-4.5.0.ebuild
index b0222d1..8a36b27 100644
--- a/www-apps/kibana-bin/kibana-bin-4.5.0.ebuild
+++ b/www-apps/kibana-bin/kibana-bin-4.5.0.ebuild
@@ -58,7 +58,7 @@ src_install() {
}
pkg_postinst() {
- elog "This version of Kibana is compatible with Elasticsearch 2.2+"
+ elog "This version of Kibana is compatible with Elasticsearch 2.3+"
elog
elog "Be sure to point ES_INSTANCE to your Elasticsearch instance"
elog "in /etc/conf.d/${MY_PN}."