diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-01 19:29:16 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-01 19:29:34 +0300 |
commit | 5f783765ccd7b1525c1fe2eeef69c21940e6bec3 (patch) | |
tree | c90702ccb1a05f428e9b4ab7c152f38dbbe128a4 /www-servers/lighttpd/lighttpd-9999.ebuild | |
parent | dev-libs/libxml2: workaround py3 issues for itstool (diff) | |
download | gentoo-5f783765ccd7b1525c1fe2eeef69c21940e6bec3.tar.gz gentoo-5f783765ccd7b1525c1fe2eeef69c21940e6bec3.tar.bz2 gentoo-5f783765ccd7b1525c1fe2eeef69c21940e6bec3.zip |
www-servers/lighttpd: no kerberos for openssl
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-servers/lighttpd/lighttpd-9999.ebuild')
-rw-r--r-- | www-servers/lighttpd/lighttpd-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild index 83a7806e757e..50b9cd4b7091 100644 --- a/www-servers/lighttpd/lighttpd-9999.ebuild +++ b/www-servers/lighttpd/lighttpd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -30,7 +30,7 @@ CDEPEND=" php? ( dev-lang/php:*[cgi] ) rrdtool? ( net-analyzer/rrdtool ) ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos?] ) + !libressl? ( >=dev-libs/openssl-0.9.7:0= ) libressl? ( dev-libs/libressl:= ) ) webdav? ( |