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 BD22D138350 for ; Thu, 23 Apr 2020 16:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF6D5E093A; Thu, 23 Apr 2020 16:27:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D16DEE093A for ; Thu, 23 Apr 2020 16:27:30 +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 46D1934F2A8 for ; Thu, 23 Apr 2020 16:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0C561C5 for ; Thu, 23 Apr 2020 16:27:27 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1587659178.3a308b5a0ea3154682dbc1e14f83bdd245ce75fe.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/grpc/grpc-1.28.1.ebuild X-VCS-Directories: net-libs/grpc/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 3a308b5a0ea3154682dbc1e14f83bdd245ce75fe X-VCS-Branch: master Date: Thu, 23 Apr 2020 16:27:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2fe481ce-ba2b-4a11-98d2-cfb23a9efb61 X-Archives-Hash: c61780c8e0a2d5ff73b9155534e8b6d8 commit: 3a308b5a0ea3154682dbc1e14f83bdd245ce75fe Author: Stefan Strogin gentoo org> AuthorDate: Thu Apr 23 16:20:48 2020 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Thu Apr 23 16:26:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a308b5a net-libs/grpc: add USE=libressl Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Stefan Strogin gentoo.org> net-libs/grpc/grpc-1.28.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-libs/grpc/grpc-1.28.1.ebuild b/net-libs/grpc/grpc-1.28.1.ebuild index 18c6fb37e09..ef8cbdbbb06 100644 --- a/net-libs/grpc/grpc-1.28.1.ebuild +++ b/net-libs/grpc/grpc-1.28.1.ebuild @@ -14,14 +14,15 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="examples doc" +IUSE="doc examples libressl" DEPEND=" ~dev-cpp/abseil-cpp-20200225.1:= - >=dev-libs/openssl-1.0.2:0=[-bindist] >=dev-libs/protobuf-3.11.2:= >=net-dns/c-ares-1.15.0:= sys-libs/zlib:= + !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) " RDEPEND="${DEPEND}"