diff options
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.11.2.ebuild (renamed from dev-lang/ocaml/ocaml-3.11.2_rc1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index fccf51d618ce..7fe2b351fc2f 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/ocaml # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.174 2010/01/03 16:13:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.175 2010/01/20 18:42:48 aballier Exp $ + +*ocaml-3.11.2 (20 Jan 2010) + + 20 Jan 2010; Alexis Ballier <aballier@gentoo.org> + -ocaml-3.11.2_rc1.ebuild, +ocaml-3.11.2.ebuild: + bump to final release *ocaml-3.11.2_rc1 (03 Jan 2010) diff --git a/dev-lang/ocaml/ocaml-3.11.2_rc1.ebuild b/dev-lang/ocaml/ocaml-3.11.2.ebuild index ce9cdd7624cb..948c8511599d 100644 --- a/dev-lang/ocaml/ocaml-3.11.2_rc1.ebuild +++ b/dev-lang/ocaml/ocaml-3.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.2_rc1.ebuild,v 1.1 2010/01/03 16:13:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.2.ebuild,v 1.1 2010/01/20 18:42:48 aballier Exp $ EAPI="1" @@ -75,7 +75,7 @@ src_compile() { -partialld "$(tc-getLD) -r" \ --with-pthread ${myconf} || die "configure failed!" - emake world || die "make world failed!" + emake -j1 world || die "make world failed!" # Native code generation can be disabled now if use ocamlopt ; then |