diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-27 13:09:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-27 13:09:10 +0000 |
commit | 28b47d9d4cdb2e636fd43a047c2cf2a436530bb1 (patch) | |
tree | f7bfb849a881e5bb760ca62e2cfb3c33825c971e /dev-lang/ocaml | |
parent | Version bump for mono-2.10, remove 9999 as we don't maintain neither support it. (diff) | |
download | historical-28b47d9d4cdb2e636fd43a047c2cf2a436530bb1.tar.gz historical-28b47d9d4cdb2e636fd43a047c2cf2a436530bb1.tar.bz2 historical-28b47d9d4cdb2e636fd43a047c2cf2a436530bb1.zip |
Add a patch to pass libs as last argument to the linker when linking, fixes our as-needed problems: bug #331377 and bug #331075
Package-Manager: portage-2.2.0_alpha25/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.12.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index fbe3b03ed9dc..29a86edfa20f 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ocaml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.188 2011/01/24 09:22:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.189 2011/02/27 13:09:10 aballier Exp $ + + 27 Feb 2011; Alexis Ballier <aballier@gentoo.org> ocaml-3.12.0.ebuild: + Add a patch to pass libs as last argument to the linker when linking, fixes + our as-needed problems: bug #331377 and bug #331075 24 Jan 2011; Alexis Ballier <aballier@gentoo.org> -files/ocaml-3.10.0-automagic.patch, diff --git a/dev-lang/ocaml/ocaml-3.12.0.ebuild b/dev-lang/ocaml/ocaml-3.12.0.ebuild index 4cfa9020bd12..b498d131382f 100644 --- a/dev-lang/ocaml/ocaml-3.12.0.ebuild +++ b/dev-lang/ocaml/ocaml-3.12.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.0.ebuild,v 1.1 2010/08/02 15:38:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.0.ebuild,v 1.2 2011/02/27 13:09:10 aballier Exp $ EAPI="1" inherit flag-o-matic eutils multilib versionator toolchain-funcs -PATCHLEVEL="2" +PATCHLEVEL="3" MY_P="${P/_/+}" DESCRIPTION="Fast modern type-inferring functional programming language descended from the ML family" HOMEPAGE="http://www.ocaml.org/" |