From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 936A7139694 for ; Tue, 30 May 2017 13:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85B17E0DD1; Tue, 30 May 2017 13:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FCD7E0DD1 for ; Tue, 30 May 2017 13:31:27 +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 13FEB3416F2 for ; Tue, 30 May 2017 13:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D027C745E for ; Tue, 30 May 2017 13:31:24 +0000 (UTC) From: "Alexys Jacob" 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" Message-ID: <1496151054.c3adbb83a0ef5f5854d17cf02be00037e8e899f1.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild X-VCS-Directories: dev-libs/mongo-c-driver/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: c3adbb83a0ef5f5854d17cf02be00037e8e899f1 X-VCS-Branch: master Date: Tue, 30 May 2017 13:31:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6c27315-4c6d-4873-8b01-ab227f9a4753 X-Archives-Hash: 16909637731ad1c966661148e9602f7e commit: c3adbb83a0ef5f5854d17cf02be00037e8e899f1 Author: Tomáš Mózes gmail com> AuthorDate: Sat May 20 18:56:19 2017 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Tue May 30 13:30:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3adbb83 dev-libs/mongo-c-driver: fix building with libressl (bug #618988) Closes: https://github.com/gentoo/gentoo/pull/4686 dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild index 2c2953383bb..09d274361f4 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild @@ -44,7 +44,7 @@ src_configure() { --disable-examples \ --docdir="${EPREFIX}/usr/share/doc/${P}" \ $(use_enable sasl) \ - $(use_enable ssl ssl openssl) \ + $(use_enable ssl ssl $(usex libressl libressl openssl)) \ $(use_enable debug) \ $(use_enable static-libs static) }