Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/
Date: Sun, 14 Apr 2019 18:18:05
Message-Id: 1555265789.4b888f43b0f8af14c5c819993af592cef0cc4a08.monsieurp@gentoo
1 commit: 4b888f43b0f8af14c5c819993af592cef0cc4a08
2 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
3 AuthorDate: Sun Apr 14 15:29:19 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 18:16:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b888f43
7
8 app-crypt/acme-sh: update live ebuild.
9
10 1. Removed slot for www-servers/nginx.
11 2. Replaced net-analyzer/netcat6 by net-analyzer/netcat.
12
13 Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
14 Package-Manager: Portage-2.3.62, Repoman-2.3.11
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 app-crypt/acme-sh/acme-sh-9999.ebuild | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/app-crypt/acme-sh/acme-sh-9999.ebuild b/app-crypt/acme-sh/acme-sh-9999.ebuild
21 index 23935922162..aa72ab18cd5 100644
22 --- a/app-crypt/acme-sh/acme-sh-9999.ebuild
23 +++ b/app-crypt/acme-sh/acme-sh-9999.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -18,8 +18,8 @@ IUSE=""
31
32 RDEPEND="net-misc/curl
33 || ( dev-libs/libressl dev-libs/openssl:0 )
34 - || ( net-analyzer/netcat6 net-analyzer/openbsd-netcat )
35 - || ( net-misc/socat www-servers/apache:2 www-servers/nginx:0 )
36 + || ( net-analyzer/netcat net-analyzer/openbsd-netcat )
37 + || ( net-misc/socat www-servers/apache:2 www-servers/nginx )
38 virtual/cron"
39
40 src_install() {