commit: 999d4ef9e68dcb056581f3c34714cb31a5b69bbd
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Sun May 2 23:45:20 2021 +0000
Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Sun May 2 23:45:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=999d4ef9
net-misc/socat: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
net-misc/socat/socat-2.0.0_beta9.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/net-misc/socat/socat-2.0.0_beta9.ebuild
b/net-misc/socat/socat-2.0.0_beta9.ebuild
index 0f00e14..6c03a36 100644
--- a/net-misc/socat/socat-2.0.0_beta9.ebuild
+++ b/net-misc/socat/socat-2.0.0_beta9.ebuild
@@ -14,13 +14,10 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="libressl ssl readline ipv6 tcpd"
+IUSE="ssl readline ipv6 tcpd"
DEPEND="
- ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
- )
+ ssl? ( dev-libs/openssl:0= )
readline? ( sys-libs/readline:= )
tcpd? ( sys-apps/tcp-wrappers )
"