summaryrefslogtreecommitdiff
path: root/net-misc/socat/socat-2.0.0_beta9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/socat/socat-2.0.0_beta9.ebuild')
-rw-r--r--net-misc/socat/socat-2.0.0_beta9.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/net-misc/socat/socat-2.0.0_beta9.ebuild b/net-misc/socat/socat-2.0.0_beta9.ebuild
index 9532a8284217..441acceaeede 100644
--- a/net-misc/socat/socat-2.0.0_beta9.ebuild
+++ b/net-misc/socat/socat-2.0.0_beta9.ebuild
@@ -13,14 +13,10 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
-IUSE="libressl ipv6 readline ssl tcpd"
+IUSE="ipv6 readline ssl 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 )
"
@@ -39,7 +35,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.7.3.0-filan-build.patch
"${FILESDIR}"/${PN}-1.7.3.1-stddef_h.patch
"${FILESDIR}"/${PN}-1.7.3.4-fno-common.patch
- "${FILESDIR}"/${PN}-2.0.0_beta9-libressl.patch
)
pkg_setup() {
@@ -60,7 +55,8 @@ src_prepare() {
}
src_configure() {
- filter-flags -Wall '-Wno-error*' #293324
+ # bug #293324
+ filter-flags -Wall '-Wno-error*'
tc-export AR
econf \