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/socat/
Date: Mon, 03 May 2021 00:07:14
Message-Id: 1619999120.999d4ef9e68dcb056581f3c34714cb31a5b69bbd.quentin@gentoo
1 commit: 999d4ef9e68dcb056581f3c34714cb31a5b69bbd
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sun May 2 23:45:20 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sun May 2 23:45:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=999d4ef9
7
8 net-misc/socat: 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/socat/socat-2.0.0_beta9.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/net-misc/socat/socat-2.0.0_beta9.ebuild b/net-misc/socat/socat-2.0.0_beta9.ebuild
17 index 0f00e14..6c03a36 100644
18 --- a/net-misc/socat/socat-2.0.0_beta9.ebuild
19 +++ b/net-misc/socat/socat-2.0.0_beta9.ebuild
20 @@ -14,13 +14,10 @@ S="${WORKDIR}/${MY_P}"
21 LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS=""
24 -IUSE="libressl ssl readline ipv6 tcpd"
25 +IUSE="ssl readline ipv6 tcpd"
26
27 DEPEND="
28 - ssl? (
29 - !libressl? ( dev-libs/openssl:0= )
30 - libressl? ( dev-libs/libressl:= )
31 - )
32 + ssl? ( dev-libs/openssl:0= )
33 readline? ( sys-libs/readline:= )
34 tcpd? ( sys-apps/tcp-wrappers )
35 "