From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-832097-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 5A4E91399CE
	for <garchives@archives.gentoo.org>; Thu,  3 Sep 2015 08:46:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7CC01141F9;
	Thu,  3 Sep 2015 08:46:50 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 376CF141F9
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Sep 2015 08:46:50 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 06E8E3405CF
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Sep 2015 08:46:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1E5144
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Sep 2015 08:46:47 +0000 (UTC)
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" <ultrabug@gentoo.org>
Message-ID: <1441270002.f847ec84e53e7929d16a19667fbc47e149ac7a10.ultrabug@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-cluster/glusterfs/glusterfs-3.6.5.ebuild
X-VCS-Directories: sys-cluster/glusterfs/
X-VCS-Committer: ultrabug
X-VCS-Committer-Name: Alexys Jacob
X-VCS-Revision: f847ec84e53e7929d16a19667fbc47e149ac7a10
X-VCS-Branch: master
Date: Thu,  3 Sep 2015 08:46:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2471862e-e0c5-4235-9d46-06600a2219e4
X-Archives-Hash: 628a78515417f4667fa5186714ee30b4

commit:     f847ec84e53e7929d16a19667fbc47e149ac7a10
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 08:46:19 2015 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 08:46:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f847ec84

sys-cluster/glusterfs: change elog upgrade link thx to Bernd Feige,eige, fix #559396

Package-Manager: portage-2.2.20.1

 sys-cluster/glusterfs/glusterfs-3.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild b/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild
index 5015ae8..c159fda 100644
--- a/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild
@@ -173,7 +173,7 @@ pkg_postinst() {
 
 	elog
 	elog "If you are upgrading from a previous version of ${PN}, please read:"
-	elog "  http://www.gluster.org/community/documentation/index.php/Upgrade_to_3.5"
+	elog "  http://www.gluster.org/community/documentation/index.php/Upgrade_to_3.6"
 
 	use emacs && elisp-site-regen
 }