summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <steils@gentoo.org>2019-08-28 22:41:26 +0300
committerStefan Strogin <steils@gentoo.org>2019-08-29 20:04:04 +0300
commite363428904c1586d8667335c89aabc4ceeea768e (patch)
treec92eb831172a36ef53c40ae0f41d1946037906c4 /net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
parentdev-lang/php: bump to v7.4.0_beta4 (diff)
downloadgentoo-e363428904c1586d8667335c89aabc4ceeea768e.tar.gz
gentoo-e363428904c1586d8667335c89aabc4ceeea768e.tar.bz2
gentoo-e363428904c1586d8667335c89aabc4ceeea768e.zip
net-libs/wvstreams: add USE=libressl and patch for LibreSSL support
Drop the redundant "ssl" flag, since wvstreams is always built with SSL support. Closes: https://bugs.gentoo.org/687096 Closes: https://github.com/gentoo/gentoo/pull/12233 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild')
-rw-r--r--net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
index 58f5b66846d7..34a203bd673a 100644
--- a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
+++ b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="pam doc +ssl +dbus debug boost"
+IUSE="boost +dbus debug doc libressl pam"
#Tests fail if openssl is not compiled with -DPURIFY. Gentoo's isn't. FAIL!
RESTRICT="test"
@@ -24,10 +24,11 @@ RESTRICT="test"
#more tightly this time. Probably for the better since upstream xplc seems dead.
RDEPEND="
- >=dev-libs/openssl-1.1:0=
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= )
pam? ( virtual/pam )
"
DEPEND="
@@ -49,6 +50,7 @@ src_prepare() {
default
eapply $(awk '{ print "'"${WORKDIR}"'/debian/patches/" $0; }' < "${WORKDIR}"/debian/patches/series)
+ eapply "${FILESDIR}"/${P}-libressl.patch # bug 687096
eautoreconf
}