Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-misc/stunnel/
Date: Mon, 03 May 2021 00:07:14
Message-Id: 1619999207.9480e22ad6c768ce8ef48ea528bcf7d43c098862.quentin@gentoo
1 commit: 9480e22ad6c768ce8ef48ea528bcf7d43c098862
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sun May 2 23:46:47 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sun May 2 23:46:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9480e22a
7
8 net-misc/stunnel: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 net-misc/stunnel/stunnel-5.50-r1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-misc/stunnel/stunnel-5.50-r1.ebuild b/net-misc/stunnel/stunnel-5.50-r1.ebuild
17 index ea672c6..322899f 100644
18 --- a/net-misc/stunnel/stunnel-5.50-r1.ebuild
19 +++ b/net-misc/stunnel/stunnel-5.50-r1.ebuild
20 @@ -18,11 +18,10 @@ SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
21 LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="~alpha"
24 -IUSE="ipv6 libressl selinux stunnel3 tcpd"
25 +IUSE="ipv6 selinux stunnel3 tcpd"
26
27 DEPEND="tcpd? ( sys-apps/tcp-wrappers )
28 - !libressl? ( dev-libs/openssl:0= )
29 - libressl? ( dev-libs/libressl:0= )"
30 + dev-libs/openssl:0="
31 RDEPEND="${DEPEND}
32 stunnel3? ( dev-lang/perl )
33 selinux? ( sec-policy/selinux-stunnel )"