diff options
author | Stefan Strogin <steils@gentoo.org> | 2020-04-23 19:20:48 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2020-04-23 19:26:18 +0300 |
commit | 3a308b5a0ea3154682dbc1e14f83bdd245ce75fe (patch) | |
tree | 79837bac8c6485d79e5231086433794147b18302 /net-libs | |
parent | dev-perl/Alien-SDL: -r bump for EAPI7 (diff) | |
download | gentoo-3a308b5a0ea3154682dbc1e14f83bdd245ce75fe.tar.gz gentoo-3a308b5a0ea3154682dbc1e14f83bdd245ce75fe.tar.bz2 gentoo-3a308b5a0ea3154682dbc1e14f83bdd245ce75fe.zip |
net-libs/grpc: add USE=libressl
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/grpc/grpc-1.28.1.ebuild | 5 |
1 files 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 18c6fb37e09a..ef8cbdbbb069 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}" |