diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-19 12:57:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-19 12:59:39 +0200 |
commit | d081faba2420c109b269720e8138c1bc6a210620 (patch) | |
tree | 668e47f0d7eeadf4be36934231c57eb9a9531ab3 /app-crypt | |
parent | app-cdr/xbiso: Remove masked USE=ftp (diff) | |
download | gentoo-d081faba2420c109b269720e8138c1bc6a210620.tar.gz gentoo-d081faba2420c109b269720e8138c1bc6a210620.tar.bz2 gentoo-d081faba2420c109b269720e8138c1bc6a210620.zip |
app-crypt/acme-sh: Remove obsolete dep on netcat6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme-sh/acme-sh-2.7.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme-sh/acme-sh-2.7.9.ebuild b/app-crypt/acme-sh/acme-sh-2.7.9.ebuild index 3224bb2b4484..c61c16f239a1 100644 --- a/app-crypt/acme-sh/acme-sh-2.7.9.ebuild +++ b/app-crypt/acme-sh/acme-sh-2.7.9.ebuild @@ -17,7 +17,7 @@ IUSE="" RDEPEND="net-misc/curl || ( dev-libs/libressl dev-libs/openssl:0 ) - || ( net-analyzer/netcat6 net-analyzer/openbsd-netcat ) + net-analyzer/openbsd-netcat || ( net-misc/socat www-servers/apache:2 www-servers/nginx:0 ) virtual/cron" |