From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-838253-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 D94A1138827
	for <garchives@archives.gentoo.org>; Sat,  3 Oct 2015 14:31:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6162E21C002;
	Sat,  3 Oct 2015 14:31:40 +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 0991A21C002
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Oct 2015 14:31:39 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BBB1F3408F9
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Oct 2015 14:31:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F0DCA207
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Oct 2015 14:31:30 +0000 (UTC)
From: "Julian Ospald" <hasufell@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, "Julian Ospald" <hasufell@gentoo.org>
Message-ID: <1443882675.913d028e22eaca3d84191c24add390964557f8a8.hasufell@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libgit2/libgit2-0.23.2-r1.ebuild dev-libs/libgit2/libgit2-9999.ebuild
X-VCS-Directories: dev-libs/libgit2/
X-VCS-Committer: hasufell
X-VCS-Committer-Name: Julian Ospald
X-VCS-Revision: 913d028e22eaca3d84191c24add390964557f8a8
X-VCS-Branch: master
Date: Sat,  3 Oct 2015 14:31:30 +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: 80299d67-8f68-4458-a966-8067010087a5
X-Archives-Hash: 9fa69554165a1ab0373570ea6f505de5

commit:     913d028e22eaca3d84191c24add390964557f8a8
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 14:31:15 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 14:31:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913d028e

dev-libs/libgit2: add libressl support

 dev-libs/libgit2/{libgit2-9999.ebuild => libgit2-0.23.2-r1.ebuild} | 5 +++--
 dev-libs/libgit2/libgit2-9999.ebuild                               | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libgit2/libgit2-9999.ebuild b/dev-libs/libgit2/libgit2-0.23.2-r1.ebuild
similarity index 93%
copy from dev-libs/libgit2/libgit2-9999.ebuild
copy to dev-libs/libgit2/libgit2-0.23.2-r1.ebuild
index b5c16ea..3b1c958 100644
--- a/dev-libs/libgit2/libgit2-9999.ebuild
+++ b/dev-libs/libgit2/libgit2-0.23.2-r1.ebuild
@@ -19,10 +19,11 @@ HOMEPAGE="https://libgit2.github.com/"
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0/23"
-IUSE="examples gssapi ssh test threads trace"
+IUSE="examples gssapi libressl ssh test threads trace"
 
 RDEPEND="
-	dev-libs/openssl:0
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
 	sys-libs/zlib
 	net-libs/http-parser
 	gssapi? ( virtual/krb5 )

diff --git a/dev-libs/libgit2/libgit2-9999.ebuild b/dev-libs/libgit2/libgit2-9999.ebuild
index b5c16ea..3b1c958 100644
--- a/dev-libs/libgit2/libgit2-9999.ebuild
+++ b/dev-libs/libgit2/libgit2-9999.ebuild
@@ -19,10 +19,11 @@ HOMEPAGE="https://libgit2.github.com/"
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0/23"
-IUSE="examples gssapi ssh test threads trace"
+IUSE="examples gssapi libressl ssh test threads trace"
 
 RDEPEND="
-	dev-libs/openssl:0
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
 	sys-libs/zlib
 	net-libs/http-parser
 	gssapi? ( virtual/krb5 )