diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:51:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:51:25 +0000 |
commit | 36d4d9561485e7aee8ce6095901bfed21904a774 (patch) | |
tree | 74e02e25496ae9c4724794ffb89772e0cb221f38 | |
parent | whitespace (diff) | |
download | gentoo-2-36d4d9561485e7aee8ce6095901bfed21904a774.tar.gz gentoo-2-36d4d9561485e7aee8ce6095901bfed21904a774.tar.bz2 gentoo-2-36d4d9561485e7aee8ce6095901bfed21904a774.zip |
whitespace
(Portage version: 2.1.2.7)
-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 |