net-libs/wvstreams: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2021-05-02 13:56:02 +03:00
parent bc5f2674d5
commit bf9bf0dd7b
2 changed files with 6 additions and 9 deletions

View File

@@ -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="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
IUSE="boost +dbus debug doc libressl pam"
IUSE="boost +dbus debug doc pam"
#Tests fail if openssl is not compiled with -DPURIFY. Gentoo's isn't. FAIL!
RESTRICT="test"
@@ -27,8 +27,7 @@ RDEPEND="
sys-libs/readline:0=
sys-libs/zlib
dbus? ( >=sys-apps/dbus-1.4.20 )
!libressl? ( >=dev-libs/openssl-1.1:0= )
libressl? ( dev-libs/libressl:0= )
>=dev-libs/openssl-1.1:0=
pam? ( sys-libs/pam )
"
DEPEND="
@@ -52,7 +51,6 @@ src_prepare() {
default
eapply $(awk '{ print "'"${WORKDIR}"'/debian/patches/" $0; }' < "${WORKDIR}"/debian/patches/series)
eapply "${FILESDIR}"/${P}-libressl.patch # bug 687096
eautoreconf
}

View File

@@ -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=6
@@ -12,14 +12,13 @@ EGIT_REPO_URI="https://github.com/apenwarr/wvstreams"
LICENSE="GPL-2"
SLOT="0/5.0"
KEYWORDS=""
IUSE="+dbus debug doc libressl pam static-libs +zlib"
IUSE="+dbus debug doc pam static-libs +zlib"
RDEPEND="
sys-libs/readline:0=
sys-libs/zlib
dbus? ( >=sys-apps/dbus-1.4.20 )
!libressl? ( <dev-libs/openssl-1.1:0= )
libressl? ( dev-libs/libressl:0= )
<dev-libs/openssl-1.1:0=
pam? ( sys-libs/pam )
"
DEPEND="