Index: ocaml-3.10.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.0.ebuild,v retrieving revision 1.5 diff -u -B -r1.5 ocaml-3.10.0.ebuild --- ocaml-3.10.0.ebuild 29 Oct 2007 14:52:52 -0000 1.5 +++ ocaml-3.10.0.ebuild 17 Dec 2007 18:23:15 -0000 @@ -90,7 +90,7 @@ make world || die "make world failed!" # Native code generation is unsupported on some archs - if ! use ppc64 ; then + if ! use ppc64 && ! use hppa ; then make opt || die "make opt failed!" make opt.opt || die "make opt.opt failed!" fi