--- apr-0.9.6-r3.ebuild 2005-07-12 21:35:30.000000000 -0700 +++ apr-0.9.6-r4.ebuild 2005-08-24 12:04:30.000000000 -0700 @@ -24,7 +24,7 @@ myconf="${myconf} $(use_enable ipv6)" myconf="${myconf} --enable-threads" myconf="${myconf} --enable-nonportable-atomics" - myconf="${myconf} --with-devrandom=/dev/random" + myconf="${myconf} --with-devrandom=/dev/urandom" econf ${myconf} || die emake || die