diff options
author | Vladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua> | 2019-04-14 18:29:19 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-14 20:16:29 +0200 |
commit | 4b888f43b0f8af14c5c819993af592cef0cc4a08 (patch) | |
tree | 4cd268d4e876b04117f7bf53f8770ad39c817dfb /app-crypt/acme-sh | |
parent | app-crypt/acme-sh: version bump to 2.8.0, fix depends. (diff) | |
download | gentoo-4b888f43b0f8af14c5c819993af592cef0cc4a08.tar.gz gentoo-4b888f43b0f8af14c5c819993af592cef0cc4a08.tar.bz2 gentoo-4b888f43b0f8af14c5c819993af592cef0cc4a08.zip |
app-crypt/acme-sh: update live ebuild.
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>
Diffstat (limited to 'app-crypt/acme-sh')
-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() { |