diff options
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.09.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.10.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild index 85c5388c4464..0bcbd461a698 100644 --- a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.15 2007/05/26 19:05:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.16 2007/06/26 01:51:25 mr_bones_ Exp $ inherit flag-o-matic eutils multilib pax-utils versionator toolchain-funcs @@ -42,7 +42,7 @@ src_unpack() { # Quick and somewhat dirty fix for bug #110541 epatch "${FILESDIR}"/${P}-execheap.patch - # The configure script doesn't inherit previous defined variables, + # The configure script doesn't inherit previous defined variables, # overwriting previous declarations of bytecccompopts, bytecclinkopts, # nativecccompopts and nativecclinkopts. Reported upstream as issue 0004267. epatch "${FILESDIR}"/${P}-configure.patch diff --git a/dev-lang/ocaml/ocaml-3.10.0.ebuild b/dev-lang/ocaml/ocaml-3.10.0.ebuild index 5dd3f612a63e..7a9600a0f4f3 100644 --- a/dev-lang/ocaml/ocaml-3.10.0.ebuild +++ b/dev-lang/ocaml/ocaml-3.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.0.ebuild,v 1.3 2007/05/26 19:05:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.0.ebuild,v 1.4 2007/06/26 01:51:25 mr_bones_ Exp $ inherit flag-o-matic eutils multilib pax-utils versionator toolchain-funcs @@ -42,7 +42,7 @@ src_unpack() { # in driver/ocamlcomp.sh.in. Reported upstream as issue 0004268. epatch "${FILESDIR}"/${P}-execheap.patch - # The configure script doesn't inherit previous defined variables, + # The configure script doesn't inherit previous defined variables, # overwriting previous declarations of bytecccompopts, bytecclinkopts, # nativecccompopts and nativecclinkopts. Reported upstream as issue 0004267. epatch "${FILESDIR}"/${P}-configure.patch |