--- v8-3.18.1.ebuild 2013-04-23 00:23:55.000000000 +0000 +++ v8-3.18.1.ebuild 2013-04-23 19:41:19.696310330 +0000 @@ -81,11 +81,11 @@ src_compile() { # Build mksnapshot so we can pax-mark it. emake "${makeargs[@]}" mksnapshot.${myarch} - pax-mark m out/Release/mksnapshot + pax-mark m out/Release/mksnapshot.${myarch} # Build everything else. emake "${makeargs[@]}" - pax-mark m out/Release/{cctest,d8} + pax-mark m out/Release/{cctest,d8,preparser} } src_test() { @@ -125,7 +125,7 @@ src_install() { dolib out/Release/lib.target/libv8$(get_libname ${soname_version}) dosym libv8$(get_libname ${soname_version}) /usr/$(get_libdir)/libv8$(get_libname) - dodoc AUTHORS ChangeLog || die + dodoc AUTHORS ChangeLog } # TODO: remove functions below after they are removed from chromium.eclass'