commit:     f26092b2775a7ca47334d2adc14a77e1f40a8fed
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 15:05:40 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 15:07:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26092b2

net-vpn/tor: remove libressl support

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

 net-vpn/tor/tor-0.4.4.8.ebuild       | 5 ++---
 net-vpn/tor/tor-0.4.5.7.ebuild       | 5 ++---
 net-vpn/tor/tor-0.4.6.2_alpha.ebuild | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/net-vpn/tor/tor-0.4.4.8.ebuild b/net-vpn/tor/tor-0.4.4.8.ebuild
index 3ef4e3e4dd5..87ab91dad67 100644
--- a/net-vpn/tor/tor-0.4.4.8.ebuild
+++ b/net-vpn/tor/tor-0.4.4.8.ebuild
@@ -16,15 +16,14 @@ S="${WORKDIR}/${MY_PF}"
 LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
-IUSE="caps doc libressl lzma +man scrypt seccomp selinux +server systemd 
tor-hardening test zstd"
+IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 
 DEPEND="
        dev-libs/libevent:=[ssl]
        sys-libs/zlib
        caps? ( sys-libs/libcap )
        man? ( app-text/asciidoc )
-       !libressl? ( dev-libs/openssl:0=[-bindist] )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=[-bindist]
        lzma? ( app-arch/xz-utils )
        scrypt? ( app-crypt/libscrypt )
        seccomp? ( >=sys-libs/libseccomp-2.4.1 )

diff --git a/net-vpn/tor/tor-0.4.5.7.ebuild b/net-vpn/tor/tor-0.4.5.7.ebuild
index 1692b0d9837..c06dbc2d79e 100644
--- a/net-vpn/tor/tor-0.4.5.7.ebuild
+++ b/net-vpn/tor/tor-0.4.5.7.ebuild
@@ -16,15 +16,14 @@ S="${WORKDIR}/${MY_PF}"
 LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86 ~ppc-macos"
-IUSE="caps doc libressl lzma +man scrypt seccomp selinux +server systemd 
tor-hardening test zstd"
+IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 
 DEPEND="
        dev-libs/libevent:=[ssl]
        sys-libs/zlib
        caps? ( sys-libs/libcap )
        man? ( app-text/asciidoc )
-       !libressl? ( dev-libs/openssl:0=[-bindist] )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=[-bindist]
        lzma? ( app-arch/xz-utils )
        scrypt? ( app-crypt/libscrypt )
        seccomp? ( >=sys-libs/libseccomp-2.4.1 )

diff --git a/net-vpn/tor/tor-0.4.6.2_alpha.ebuild 
b/net-vpn/tor/tor-0.4.6.2_alpha.ebuild
index 63ea086b109..1ace955550c 100644
--- a/net-vpn/tor/tor-0.4.6.2_alpha.ebuild
+++ b/net-vpn/tor/tor-0.4.6.2_alpha.ebuild
@@ -16,15 +16,14 @@ S="${WORKDIR}/${MY_PF}"
 LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
-IUSE="caps doc libressl lzma +man scrypt seccomp selinux +server systemd 
tor-hardening test zstd"
+IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 
 DEPEND="
        dev-libs/libevent:=[ssl]
        sys-libs/zlib
        caps? ( sys-libs/libcap )
        man? ( app-text/asciidoc )
-       !libressl? ( dev-libs/openssl:0=[-bindist] )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=[-bindist]
        lzma? ( app-arch/xz-utils )
        scrypt? ( app-crypt/libscrypt )
        seccomp? ( >=sys-libs/libseccomp-2.4.1 )

Reply via email to