diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 13:56:02 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 13:56:02 +0300 |
commit | bf9bf0dd7bcc0d60d43ae7b2a32660ebb2d43cff (patch) | |
tree | d2313c4819e8dfe0f61f6c48899ad103d2ef9606 /net-libs/wvstreams/wvstreams-99999.ebuild | |
parent | net-libs/sofia-sip: remove libressl support (diff) | |
download | gentoo-bf9bf0dd7bcc0d60d43ae7b2a32660ebb2d43cff.tar.gz gentoo-bf9bf0dd7bcc0d60d43ae7b2a32660ebb2d43cff.tar.bz2 gentoo-bf9bf0dd7bcc0d60d43ae7b2a32660ebb2d43cff.zip |
net-libs/wvstreams: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs/wvstreams/wvstreams-99999.ebuild')
-rw-r--r-- | net-libs/wvstreams/wvstreams-99999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-libs/wvstreams/wvstreams-99999.ebuild b/net-libs/wvstreams/wvstreams-99999.ebuild index 5933265d2de8..f7736a033dd8 100644 --- a/net-libs/wvstreams/wvstreams-99999.ebuild +++ b/net-libs/wvstreams/wvstreams-99999.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=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=" |