diff options
author | Stefan Strogin <steils@gentoo.org> | 2019-08-28 22:41:26 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2019-08-29 20:04:04 +0300 |
commit | e363428904c1586d8667335c89aabc4ceeea768e (patch) | |
tree | c92eb831172a36ef53c40ae0f41d1946037906c4 /net-libs/wvstreams/wvstreams-99999.ebuild | |
parent | dev-lang/php: bump to v7.4.0_beta4 (diff) | |
download | gentoo-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-99999.ebuild')
-rw-r--r-- | net-libs/wvstreams/wvstreams-99999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/wvstreams/wvstreams-99999.ebuild b/net-libs/wvstreams/wvstreams-99999.ebuild index 8665f2087f92..dc51487d43e1 100644 --- a/net-libs/wvstreams/wvstreams-99999.ebuild +++ b/net-libs/wvstreams/wvstreams-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,13 +12,14 @@ EGIT_REPO_URI="${HOMEPAGE}" LICENSE="GPL-2" SLOT="0/5.0" KEYWORDS="" -IUSE="+dbus debug doc pam static-libs +zlib" +IUSE="+dbus debug doc libressl pam static-libs +zlib" 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=" |