summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-22 22:21:12 +0000
committerSam James <sam@gentoo.org>2021-03-23 04:48:40 +0000
commit2119d24638ee3bed12532160394cd6ed7e44249a (patch)
tree6f4bec22dd73030550ed03ea5d44b782e4df58d6 /net-misc/socat/socat-1.7.4.1.ebuild
parentnet-misc/iperf: minor style changes (diff)
downloadgentoo-2119d24638ee3bed12532160394cd6ed7e44249a.tar.gz
gentoo-2119d24638ee3bed12532160394cd6ed7e44249a.tar.bz2
gentoo-2119d24638ee3bed12532160394cd6ed7e44249a.zip
net-misc/socat: minor style changes
* Sort IUSE * Drop trailing slash from HOMEPAGE * Semicolon style Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/socat/socat-1.7.4.1.ebuild')
-rw-r--r--net-misc/socat/socat-1.7.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/socat/socat-1.7.4.1.ebuild b/net-misc/socat/socat-1.7.4.1.ebuild
index d064243f99d2..d7ded0482c7a 100644
--- a/net-misc/socat/socat-1.7.4.1.ebuild
+++ b/net-misc/socat/socat-1.7.4.1.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? (
@@ -37,7 +37,7 @@ DOCS=( BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY
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."