diff options
-rw-r--r-- | app-crypt/acme-sh/acme-sh-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/acme-sh/acme-sh-9999.ebuild b/app-crypt/acme-sh/acme-sh-9999.ebuild index 23935922162c..aa72ab18cd53 100644 --- a/app-crypt/acme-sh/acme-sh-9999.ebuild +++ b/app-crypt/acme-sh/acme-sh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,8 +18,8 @@ IUSE="" RDEPEND="net-misc/curl || ( dev-libs/libressl dev-libs/openssl:0 ) - || ( net-analyzer/netcat6 net-analyzer/openbsd-netcat ) - || ( net-misc/socat www-servers/apache:2 www-servers/nginx:0 ) + || ( net-analyzer/netcat net-analyzer/openbsd-netcat ) + || ( net-misc/socat www-servers/apache:2 www-servers/nginx ) virtual/cron" src_install() { |