commit:     7c795aac6945efe84c25fcfb7ab30a5421ce62ba
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 08:58:10 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May  3 08:58:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c795aac

net-libs/serf: remove libressl support

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

 net-libs/serf/serf-1.3.9-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/serf/serf-1.3.9-r2.ebuild 
b/net-libs/serf/serf-1.3.9-r2.ebuild
index c196cc92be2..d8de28619b7 100644
--- a/net-libs/serf/serf-1.3.9-r2.ebuild
+++ b/net-libs/serf/serf-1.3.9-r2.ebuild
@@ -14,12 +14,12 @@ SRC_URI="mirror://apache/${PN}/${P}.tar.bz2"
 LICENSE="Apache-2.0"
 SLOT="1"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="kerberos static-libs libressl"
+IUSE="kerberos static-libs"
 RESTRICT="test"
 
 RDEPEND="dev-libs/apr:1=
        dev-libs/apr-util:1=
-       !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        sys-libs/zlib:0=
        kerberos? ( virtual/krb5 )"
 DEPEND="${RDEPEND}
@@ -30,7 +30,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.3.8-static-lib.patch
        "${FILESDIR}"/${PN}-1.3.9-python3.patch
        "${FILESDIR}"/${PN}-1.3.9-python3_byte.patch
        "${FILESDIR}"/${PN}-1.3.9-python3-check.patch
-       "${FILESDIR}"/${PN}-1.3.9-libressl.patch )
+)
 
 src_prepare() {
        default

Reply via email to