diff options
Diffstat (limited to 'net-misc/socat/socat-1.7.3.4.ebuild')
-rw-r--r-- | net-misc/socat/socat-1.7.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/socat/socat-1.7.3.4.ebuild b/net-misc/socat/socat-1.7.3.4.ebuild index 3eba54db2ef8..6a1961503781 100644 --- a/net-misc/socat/socat-1.7.3.4.ebuild +++ b/net-misc/socat/socat-1.7.3.4.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="bindist libressl ssl readline ipv6 tcpd" +IUSE="bindist libressl ipv6 readline ssl tcpd" DEPEND=" ssl? ( @@ -41,7 +41,7 @@ PATCHES=( pkg_setup() { # bug #587740 - if use readline && use ssl; then + if use readline && use ssl ; then elog "You are enabling both readline and openssl USE flags, the licenses" elog "for these packages conflict. You may not be able to legally" elog "redistribute the resulting binary." |