diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 22:21:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-23 04:48:40 +0000 |
commit | 2119d24638ee3bed12532160394cd6ed7e44249a (patch) | |
tree | 6f4bec22dd73030550ed03ea5d44b782e4df58d6 /net-misc/socat/socat-2.0.0_beta9.ebuild | |
parent | net-misc/iperf: minor style changes (diff) | |
download | gentoo-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-2.0.0_beta9.ebuild')
-rw-r--r-- | net-misc/socat/socat-2.0.0_beta9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/socat/socat-2.0.0_beta9.ebuild b/net-misc/socat/socat-2.0.0_beta9.ebuild index 0f00e1445827..9532a8284217 100644 --- a/net-misc/socat/socat-2.0.0_beta9.ebuild +++ b/net-misc/socat/socat-2.0.0_beta9.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="libressl ssl readline ipv6 tcpd" +IUSE="libressl ipv6 readline ssl tcpd" DEPEND=" ssl? ( @@ -44,7 +44,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." |