--- /usr/portage/www-servers/nginx/nginx-0.7.59.ebuild 2009-05-27 11:09:19.000000000 +0200 +++ nginx-0.7.59.ebuild 2009-06-18 15:23:26.000000000 +0200 @@ -11,7 +11,8 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="addition debug fastcgi flv imap pcre perl random-index ssl status sub webdav zlib" +IUSE="addition debug fastcgi flv imap pcre perl random-index ssl status sub +webdav zlib ipv6" DEPEND="dev-lang/perl pcre? ( >=dev-libs/libpcre-4.2 ) @@ -59,6 +60,7 @@ use status && myconf="${myconf} --with-http_stub_status_module" use webdav && myconf="${myconf} --with-http_dav_module" use sub && myconf="${myconf} --with-http_sub_module" + use ipv6 && myconf="${myconf} --with-ipv6" use random-index && myconf="${myconf} --with-http_random_index_module" tc-export CC