summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/socat/socat-9999.ebuild')
-rw-r--r--net-misc/socat/socat-9999.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/socat/socat-9999.ebuild b/net-misc/socat/socat-9999.ebuild
index b0f72ca9e8e3..e0872e55666e 100644
--- a/net-misc/socat/socat-9999.ebuild
+++ b/net-misc/socat/socat-9999.ebuild
@@ -11,14 +11,11 @@ EGIT_REPO_URI="https://repo.or.cz/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
-IUSE="bindist libressl ipv6 readline ssl tcpd"
+IUSE="bindist ipv6 readline ssl tcpd"
BDEPEND="app-text/yodl"
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 )
"
@@ -48,7 +45,8 @@ src_prepare() {
}
src_configure() {
- filter-flags '-Wno-error*' #293324
+ # bug #293324
+ filter-flags '-Wno-error*'
tc-export AR
econf \