On 07:16 Tue 25 Sep     , Konstantin Arkhipov (voxus) wrote:
> voxus       07/09/25 07:16:42
> 
>   Modified:             ChangeLog
>   Added:                nginx-0.6.13.ebuild
>   Removed:              nginx-0.6.12.ebuild
>   Log:
>   * bump
>   (Portage version: 2.1.3.9)

> 1.1                  www-servers/nginx/nginx-0.6.13.ebuild
> 
> file : 
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/nginx/nginx-0.6.13.ebuild?rev=1.1&view=markup
> plain: 
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/nginx/nginx-0.6.13.ebuild?rev=1.1&content-type=text/plain

>       use fastcgi     || myconf="${myconf} --without-http_fastcgi_module"
>       use fastcgi     && myconf="${myconf} --with-http_realip_module"
>       use flv         && myconf="${myconf} --with-http_flv_module"
>       use zlib        || myconf="${myconf} --without-http_gzip_module"
>       use pcre        || {
>               myconf="${myconf} --without-pcre --without-http_rewrite_module"
>       }
>       use debug       && myconf="${myconf} --with-debug"
>       use ssl         && myconf="${myconf} --with-http_ssl_module"
>       use imap        && myconf="${myconf} --with-imap" # pop3/imap4 proxy 
> support
>       use perl        && myconf="${myconf} --with-http_perl_module"
>       use status      && myconf="${myconf} --with-http_stub_status_module"
>       use webdav      && myconf="${myconf} --with-http_dav_module"

I take it that, for some obscure reason, use_with() doesn't work?

>               if [ ! -f /etc/ssl/${PN}/${PN}.key ]; then

Are you looking at the live root here, in a src_* function?

Thanks,
Donnie
-- 
[EMAIL PROTECTED] mailing list

Reply via email to