commit:     9632de401c72a688f7010abb888818e4fc08bfb9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 10:01:55 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 10:16:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9632de40

net-libs/grpc: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-libs/grpc/grpc-1.28.1-r1.ebuild | 7 +++----
 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 3619635f8bc..f0cc36db8c2 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 e76d5389780..e4306625c91 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}

Reply via email to