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
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')
-rw-r--r--net-misc/socat/socat-1.7.3.4.ebuild4
-rw-r--r--net-misc/socat/socat-1.7.4.1.ebuild4
-rw-r--r--net-misc/socat/socat-2.0.0_beta9.ebuild4
-rw-r--r--net-misc/socat/socat-9999.ebuild4
4 files changed, 8 insertions, 8 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."
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."
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."
diff --git a/net-misc/socat/socat-9999.ebuild b/net-misc/socat/socat-9999.ebuild
index dada7a8478e0..b0f72ca9e8e3 100644
--- a/net-misc/socat/socat-9999.ebuild
+++ b/net-misc/socat/socat-9999.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://repo.or.cz/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
-IUSE="bindist libressl ssl readline ipv6 tcpd"
+IUSE="bindist libressl ipv6 readline ssl tcpd"
BDEPEND="app-text/yodl"
DEPEND="
@@ -35,7 +35,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."