diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-10-11 21:10:07 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-11 21:10:07 -0400 |
commit | d3fe3614718c6b8a325e838a9a8a9e0a15d7fda1 (patch) | |
tree | 38f59b10a7e745116f5c76eb3507d39229fa32b6 /www-servers | |
parent | www-servers/cherokee: remove older 1.2.103 version (diff) | |
download | gentoo-d3fe3614718c6b8a325e838a9a8a9e0a15d7fda1.tar.gz gentoo-d3fe3614718c6b8a325e838a9a8a9e0a15d7fda1.tar.bz2 gentoo-d3fe3614718c6b8a325e838a9a8a9e0a15d7fda1.zip |
www-servers/cherokee: add libressl support
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/cherokee/cherokee-1.2.104.ebuild | 8 |
1 files 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 a78bc089d0e4..16b7110f32f3 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} |