mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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>
This commit is contained in:
@@ -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=7
|
||||
@@ -37,7 +37,7 @@ COMMON_DEPEND="
|
||||
rrdtool? ( net-analyzer/rrdtool )
|
||||
sasl? ( dev-libs/cyrus-sasl )
|
||||
ssl? (
|
||||
!libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos(-)?] )
|
||||
!libressl? ( >=dev-libs/openssl-0.9.7:0= )
|
||||
libressl? ( dev-libs/libressl:= )
|
||||
)
|
||||
sqlite? ( dev-db/sqlite:3 )
|
||||
|
||||
@@ -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=7
|
||||
@@ -37,7 +37,7 @@ COMMON_DEPEND="
|
||||
rrdtool? ( net-analyzer/rrdtool )
|
||||
sasl? ( dev-libs/cyrus-sasl )
|
||||
ssl? (
|
||||
!libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos(-)?] )
|
||||
!libressl? ( >=dev-libs/openssl-0.9.7:0= )
|
||||
libressl? ( dev-libs/libressl:= )
|
||||
)
|
||||
sqlite? ( dev-db/sqlite:3 )
|
||||
|
||||
@@ -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? (
|
||||
|
||||
Reference in New Issue
Block a user