diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-20 18:42:48 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-20 18:42:48 +0000 |
commit | e1ac6e084d1b6c2726a27340295b482a9c3647fb (patch) | |
tree | b371392444b909d66a6b696a152cd82e56036691 /dev-lang/ocaml | |
parent | games-strategy/freelords is gone (diff) | |
download | gentoo-2-e1ac6e084d1b6c2726a27340295b482a9c3647fb.tar.gz gentoo-2-e1ac6e084d1b6c2726a27340295b482a9c3647fb.tar.bz2 gentoo-2-e1ac6e084d1b6c2726a27340295b482a9c3647fb.zip |
bump to final release
(Portage version: 2.2_rc61/cvs/Linux x86_64)
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 |