From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-968375-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DBF681396D0
	for <garchives@archives.gentoo.org>; Tue, 22 Aug 2017 12:59:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 162021FC03E;
	Tue, 22 Aug 2017 12:59:37 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EA38F1FC03E
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Aug 2017 12:59:36 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E59F93418DC
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Aug 2017 12:59:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AEB957EA5
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Aug 2017 12:59:34 +0000 (UTC)
From: "Mart Raudsepp" <leio@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, "Mart Raudsepp" <leio@gentoo.org>
Message-ID: <1503406721.aeeb2a155244cb9ccb5b540e5ace79f06b30ee86.leio@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.26.0.ebuild
X-VCS-Directories: dev-libs/libgit2/
X-VCS-Committer: leio
X-VCS-Committer-Name: Mart Raudsepp
X-VCS-Revision: aeeb2a155244cb9ccb5b540e5ace79f06b30ee86
X-VCS-Branch: master
Date: Tue, 22 Aug 2017 12:59:34 +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: d76ed98c-30f5-4f45-880f-e76bb9ce754c
X-Archives-Hash: a4cb3186f431a30c6ebbc8ed30c5c280

commit:     aeeb2a155244cb9ccb5b540e5ace79f06b30ee86
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 12:56:42 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 12:58:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeeb2a15

dev-libs/libgit2: enable USE="ssh threads" by default

Well over a half of the consumers want either or both of those enabled

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libgit2/libgit2-0.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgit2/libgit2-0.26.0.ebuild b/dev-libs/libgit2/libgit2-0.26.0.ebuild
index 8b823f25bfb..899540f73af 100644
--- a/dev-libs/libgit2/libgit2-0.26.0.ebuild
+++ b/dev-libs/libgit2/libgit2-0.26.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://libgit2.github.com/"
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0/26"
-IUSE="examples gssapi libressl ssh test threads trace"
+IUSE="examples gssapi libressl +ssh test +threads trace"
 
 RDEPEND="
 	!libressl? ( dev-libs/openssl:0 )