summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-04-05 11:40:30 +0200
committerPatrick Lauer <patrick@gentoo.org>2016-04-05 11:40:30 +0200
commitb96fc0e3bdb11a7d13d47548c7a6212e2e47ee1a (patch)
treea9e69b9c493b71792561dbc6be245fd9705926b5 /www-apps
parentmedia-libs/harfbuzz: Removed old. (diff)
downloadgentoo-b96fc0e3bdb11a7d13d47548c7a6212e2e47ee1a.tar.gz
gentoo-b96fc0e3bdb11a7d13d47548c7a6212e2e47ee1a.tar.bz2
gentoo-b96fc0e3bdb11a7d13d47548c7a6212e2e47ee1a.zip
www-apps/kibana-bin: Fix version shown in pkg_postinst
Package-Manager: portage-2.2.28
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/kibana-bin/kibana-bin-4.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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 b0222d11368f..8a36b2771d81 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}."