From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-834291-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 AE59E1393F1
	for <garchives@archives.gentoo.org>; Mon, 14 Sep 2015 17:20:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2C3B621C004;
	Mon, 14 Sep 2015 17:20:16 +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 C875421C004
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Sep 2015 17:20:15 +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 6E08934087E
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Sep 2015 17:20:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B28E5162
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Sep 2015 17:20:11 +0000 (UTC)
From: "Pacho Ramos" <pacho@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, "Pacho Ramos" <pacho@gentoo.org>
Message-ID: <1442251177.3f741a43bc1c1e274a95bc2e76b40943da1024d9.pacho@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild
X-VCS-Directories: net-libs/libmicrohttpd/
X-VCS-Committer: pacho
X-VCS-Committer-Name: Pacho Ramos
X-VCS-Revision: 3f741a43bc1c1e274a95bc2e76b40943da1024d9
X-VCS-Branch: master
Date: Mon, 14 Sep 2015 17:20:11 +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: 59b4a932-07ca-49a2-a890-23cacc87e929
X-Archives-Hash: 439421f52338fe73a8573024c28ac8bb

commit:     3f741a43bc1c1e274a95bc2e76b40943da1024d9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 17:19:37 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 17:19:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f741a43

net-libs/libmicrohttpd: It needs to be rebuilt with libgcrypt subslot bumps

Package-Manager: portage-2.2.20.1

 net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild
index a0dad53..603d41a 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (
-		dev-libs/libgcrypt:0
+		dev-libs/libgcrypt:0=
 		net-libs/gnutls
 	)"