app-crypt/acme-sh: update live ebuild.
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>
Sun, 14 Apr 2019 15:29:19 +0000 (18:29 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 14 Apr 2019 18:16:29 +0000 (20:16 +0200)
1. Removed slot for www-servers/nginx.
2. Replaced net-analyzer/netcat6 by net-analyzer/netcat.

Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-crypt/acme-sh/acme-sh-9999.ebuild

index 23935922162cc78c014139993cfe4aace8f223c0..aa72ab18cd53ca9adfb03157b2ea2e571df0ed00 100644 (file)
@@ -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() {