Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
Date: Wed, 01 Jan 2020 16:29:40
Message-Id: 1577896174.5f783765ccd7b1525c1fe2eeef69c21940e6bec3.zlogene@gentoo
1 commit: 5f783765ccd7b1525c1fe2eeef69c21940e6bec3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 16:29:16 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 16:29:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f783765
7
8 www-servers/lighttpd: no kerberos for openssl
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 www-servers/lighttpd/lighttpd-1.4.53.ebuild | 4 ++--
14 www-servers/lighttpd/lighttpd-1.4.54.ebuild | 4 ++--
15 www-servers/lighttpd/lighttpd-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/www-servers/lighttpd/lighttpd-1.4.53.ebuild b/www-servers/lighttpd/lighttpd-1.4.53.ebuild
19 index 08f98fd76ef..2c97579c82d 100644
20 --- a/www-servers/lighttpd/lighttpd-1.4.53.ebuild
21 +++ b/www-servers/lighttpd/lighttpd-1.4.53.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -37,7 +37,7 @@ COMMON_DEPEND="
29 rrdtool? ( net-analyzer/rrdtool )
30 sasl? ( dev-libs/cyrus-sasl )
31 ssl? (
32 - !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos(-)?] )
33 + !libressl? ( >=dev-libs/openssl-0.9.7:0= )
34 libressl? ( dev-libs/libressl:= )
35 )
36 sqlite? ( dev-db/sqlite:3 )
37
38 diff --git a/www-servers/lighttpd/lighttpd-1.4.54.ebuild b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
39 index a30fd3000ed..d296fa74c41 100644
40 --- a/www-servers/lighttpd/lighttpd-1.4.54.ebuild
41 +++ b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -37,7 +37,7 @@ COMMON_DEPEND="
49 rrdtool? ( net-analyzer/rrdtool )
50 sasl? ( dev-libs/cyrus-sasl )
51 ssl? (
52 - !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos(-)?] )
53 + !libressl? ( >=dev-libs/openssl-0.9.7:0= )
54 libressl? ( dev-libs/libressl:= )
55 )
56 sqlite? ( dev-db/sqlite:3 )
57
58 diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild
59 index 83a7806e757..50b9cd4b709 100644
60 --- a/www-servers/lighttpd/lighttpd-9999.ebuild
61 +++ b/www-servers/lighttpd/lighttpd-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2019 Gentoo Authors
64 +# Copyright 1999-2020 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI="6"
68 @@ -30,7 +30,7 @@ CDEPEND="
69 php? ( dev-lang/php:*[cgi] )
70 rrdtool? ( net-analyzer/rrdtool )
71 ssl? (
72 - !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos?] )
73 + !libressl? ( >=dev-libs/openssl-0.9.7:0= )
74 libressl? ( dev-libs/libressl:= )
75 )
76 webdav? (