diff options
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.09.3-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.09.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |