commit: d3fe3614718c6b8a325e838a9a8a9e0a15d7fda1 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Mon Oct 12 01:10:07 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Oct 12 01:10:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fe3614
www-servers/cherokee: add libressl support Package-Manager: portage-2.2.20.1 www-servers/cherokee/cherokee-1.2.104.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/www-servers/cherokee/cherokee-1.2.104.ebuild b/www-servers/cherokee/cherokee-1.2.104.ebuild index a78bc08..16b7110 100644 --- a/www-servers/cherokee/cherokee-1.2.104.ebuild +++ b/www-servers/cherokee/cherokee-1.2.104.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="http://www.cherokee-project.com/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" -IUSE="admin ffmpeg debug geoip ipv6 kernel_linux ldap mysql nls pam php rrdtool ssl static static-libs" +IUSE="admin ffmpeg debug geoip ipv6 kernel_linux ldap libressl mysql nls pam php rrdtool ssl static static-libs" COMMON_DEPEND="dev-libs/libpcre >=sys-libs/zlib-1.1.4-r1 @@ -31,7 +31,11 @@ COMMON_DEPEND="dev-libs/libpcre dev-lang/php[fpm] dev-lang/php[cgi] ) ) - ssl? ( dev-libs/openssl )" + ssl? ( + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) + ) + " DEPEND="${COMMON_DEPEND} nls? ( sys-devel/gettext )" RDEPEND="${COMMON_DEPEND}
