Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 570032
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- /usr/portage/www-servers/nginx/nginx-1.9.7.ebuild   2015-11-19 23:01:01.000000000 +0100
0
++ /usr/local/portage/www-servers/nginx/nginx-1.9.7.ebuild       2016-01-17 16:26:50.115714271 +0100
Lines 191-197 Link Here
191
       http_memc"
191
       http_memc"
192
IUSE="aio debug +http http2 +http-cache ipv6 libatomic luajit +pcre pcre-jit rtmp
192
IUSE="aio debug +http http2 +http-cache ipv6 libatomic luajit +pcre pcre-jit rtmp
193
selinux ssl threads userland_GNU vim-syntax"
193
selinux ssl stream threads userland_GNU vim-syntax"
194
for mod in $NGINX_MODULES_STD; do
194
for mod in $NGINX_MODULES_STD; do
195
       IUSE="${IUSE} +nginx_modules_http_${mod}"
195
       IUSE="${IUSE} +nginx_modules_http_${mod}"
Lines 343-348 Link Here
343
       use libatomic && myconf+=( --with-libatomic )
343
       use libatomic && myconf+=( --with-libatomic )
344
       use pcre          && myconf+=( --with-pcre )
344
       use pcre          && myconf+=( --with-pcre )
345
       use pcre-jit  && myconf+=( --with-pcre-jit )
345
       use pcre-jit  && myconf+=( --with-pcre-jit )
346
       use stream    && myconf+=( --with-stream )
346
       use threads   && myconf+=( --with-threads )
347
       use threads   && myconf+=( --with-threads )
347
       # HTTP modules
348
       # HTTP modules

Return to bug 570032