diff options
Diffstat (limited to 'net-libs/grpc')
-rw-r--r-- | net-libs/grpc/grpc-1.28.1-r1.ebuild | 7 | ||||
-rw-r--r-- | net-libs/grpc/grpc-1.32.0.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net-libs/grpc/grpc-1.28.1-r1.ebuild b/net-libs/grpc/grpc-1.28.1-r1.ebuild index 3619635f8bca..f0cc36db8c2c 100644 --- a/net-libs/grpc/grpc-1.28.1-r1.ebuild +++ b/net-libs/grpc/grpc-1.28.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,15 +14,14 @@ 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="doc examples libressl" +IUSE="doc examples" DEPEND=" =dev-cpp/abseil-cpp-20200225*:= >=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= ) + >=dev-libs/openssl-1.0.2:0=[-bindist] " RDEPEND="${DEPEND}" diff --git a/net-libs/grpc/grpc-1.32.0.ebuild b/net-libs/grpc/grpc-1.32.0.ebuild index e76d53897806..e4306625c910 100644 --- a/net-libs/grpc/grpc-1.32.0.ebuild +++ b/net-libs/grpc/grpc-1.32.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ 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="doc examples libressl test" +IUSE="doc examples test" RDEPEND=" =dev-cpp/abseil-cpp-20200225*:= @@ -22,8 +22,7 @@ RDEPEND=" >=dev-libs/protobuf-3.13.0:= >=net-dns/c-ares-1.15.0:= sys-libs/zlib:= - !libressl? ( >=dev-libs/openssl-1.1.1:0=[-bindist] ) - libressl? ( dev-libs/libressl:0= ) + >=dev-libs/openssl-1.1.1:0=[-bindist] " DEPEND="${RDEPEND} |