Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 563358 | Differences between
and this patch

Collapse All | Expand All

(-)nginx-1.8.0.ebuild (-6 / +22 lines)
Lines 155-161 Link Here
155
	nginx_modules_http_push_stream? ( GPL-3 )"
155
	nginx_modules_http_push_stream? ( GPL-3 )"
156
156
157
SLOT="0"
157
SLOT="0"
158
KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
158
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
159
159
160
NGINX_MODULES_STD="access auth_basic autoindex browser charset empty_gif fastcgi
160
NGINX_MODULES_STD="access auth_basic autoindex browser charset empty_gif fastcgi
161
geo gzip limit_req limit_conn map memcached proxy referer rewrite scgi ssi
161
geo gzip limit_req limit_conn map memcached proxy referer rewrite scgi ssi
Lines 182-188 Link Here
182
	http_ajp
182
	http_ajp
183
	http_mogilefs"
183
	http_mogilefs"
184
184
185
IUSE="aio debug +http +http-cache ipv6 libatomic luajit +pcre pcre-jit rtmp
185
IUSE="aio debug +http +http-cache ipv6 libatomic libressl luajit +pcre pcre-jit rtmp
186
selinux ssl userland_GNU vim-syntax"
186
selinux ssl userland_GNU vim-syntax"
187
187
188
for mod in $NGINX_MODULES_STD; do
188
for mod in $NGINX_MODULES_STD; do
Lines 204-211 Link Here
204
CDEPEND="
204
CDEPEND="
205
	pcre? ( >=dev-libs/libpcre-4.2 )
205
	pcre? ( >=dev-libs/libpcre-4.2 )
206
	pcre-jit? ( >=dev-libs/libpcre-8.20[jit] )
206
	pcre-jit? ( >=dev-libs/libpcre-8.20[jit] )
207
	ssl? ( dev-libs/openssl:0= )
207
	ssl? (
208
	http-cache? ( userland_GNU? ( dev-libs/openssl:0= ) )
208
		!libressl? ( dev-libs/openssl:0= )
209
		libressl? ( dev-libs/libressl:= )
210
	)
211
	http-cache? (
212
		userland_GNU? (
213
			!libressl? ( dev-libs/openssl:0= )
214
			libressl? ( dev-libs/libressl:= )
215
		)
216
	)
209
	nginx_modules_http_geoip? ( dev-libs/geoip )
217
	nginx_modules_http_geoip? ( dev-libs/geoip )
210
	nginx_modules_http_gunzip? ( sys-libs/zlib )
218
	nginx_modules_http_gunzip? ( sys-libs/zlib )
211
	nginx_modules_http_gzip? ( sys-libs/zlib )
219
	nginx_modules_http_gzip? ( sys-libs/zlib )
Lines 213-220 Link Here
213
	nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] )
221
	nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] )
214
	nginx_modules_http_perl? ( >=dev-lang/perl-5.8 )
222
	nginx_modules_http_perl? ( >=dev-lang/perl-5.8 )
215
	nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 )
223
	nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 )
216
	nginx_modules_http_secure_link? ( userland_GNU? ( dev-libs/openssl:0= ) )
224
	nginx_modules_http_secure_link? (
217
	nginx_modules_http_spdy? ( >=dev-libs/openssl-1.0.1c:0= )
225
		userland_GNU? (
226
			!libressl? ( dev-libs/openssl:0= )
227
			libressl? ( dev-libs/libressl:= )
228
		)
229
	)
230
	nginx_modules_http_spdy? (
231
	!libressl? ( >=dev-libs/openssl-1.0.1c:0= )
232
		libressl? ( dev-libs/libressl:= )
233
	)
218
	nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt )
234
	nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt )
219
	nginx_modules_http_lua? ( !luajit? ( dev-lang/lua:0= ) luajit? ( dev-lang/luajit:2= ) )
235
	nginx_modules_http_lua? ( !luajit? ( dev-lang/lua:0= ) luajit? ( dev-lang/luajit:2= ) )
220
	nginx_modules_http_auth_pam? ( virtual/pam )
236
	nginx_modules_http_auth_pam? ( virtual/pam )

Return to bug 563358