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 8F0551395E1 for ; Tue, 1 Nov 2016 20:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0BFAE0C22; Tue, 1 Nov 2016 20:17:45 +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 91EC5E0C22 for ; Tue, 1 Nov 2016 20:17:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A276B341265 for ; Tue, 1 Nov 2016 20:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42A2F303 for ; Tue, 1 Nov 2016 20:17:43 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1478031390.456feb1ef089f56c12867b79b96f44a09ee028f9.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo/cargo-0.13.0-r1.ebuild X-VCS-Directories: dev-util/cargo/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 456feb1ef089f56c12867b79b96f44a09ee028f9 X-VCS-Branch: master Date: Tue, 1 Nov 2016 20:17:43 +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: 48427a56-a658-4c03-a4d8-704d68da5647 X-Archives-Hash: e237757f2719441a15aa111c460fa8d4 commit: 456feb1ef089f56c12867b79b96f44a09ee028f9 Author: William undefined re> AuthorDate: Fri Oct 21 12:58:58 2016 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Tue Nov 1 20:16:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456feb1e dev-util/cargo-0.13.0-r1: add libressl support dev-util/cargo/cargo-0.13.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/cargo/cargo-0.13.0-r1.ebuild b/dev-util/cargo/cargo-0.13.0-r1.ebuild index 5f12386..c6a5f05 100644 --- a/dev-util/cargo/cargo-0.13.0-r1.ebuild +++ b/dev-util/cargo/cargo-0.13.0-r1.ebuild @@ -97,10 +97,11 @@ LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" +IUSE="doc libressl" COMMON_DEPEND="sys-libs/zlib - dev-libs/openssl:0= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) net-libs/libssh2 net-libs/http-parser" RDEPEND="${COMMON_DEPEND}