diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-19 20:04:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-19 20:04:05 +0000 |
commit | a9676e2b0e7bc841e7dd842472e11abcee365e90 (patch) | |
tree | c6c15907e9dca64eaae43009124b272a09ed82ce /dev-lang/ocaml | |
parent | Add a patch to fix the poor programming practises. (diff) | |
download | gentoo-2-a9676e2b0e7bc841e7dd842472e11abcee365e90.tar.gz gentoo-2-a9676e2b0e7bc841e7dd842472e11abcee365e90.tar.bz2 gentoo-2-a9676e2b0e7bc841e7dd842472e11abcee365e90.zip |
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-3.10.0.ebuild b/dev-lang/ocaml/ocaml-3.10.0.ebuild index 8eaad4d2197a..eb5fe59a48bf 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.8 2007/12/19 16:58:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.0.ebuild,v 1.9 2007/12/19 20:04:05 mr_bones_ Exp $ inherit flag-o-matic eutils multilib versionator toolchain-funcs @@ -23,7 +23,7 @@ PDEPEND="emacs? ( app-emacs/ocaml-mode ) pkg_setup() { # dev-lang/ocaml creates its own objects but calls gcc for linking, which will - # results in relocations if gcc wants to create a PIE executable + # results in relocations if gcc wants to create a PIE executable if gcc-specs-pie ; then append-ldflags -nopie ewarn "Ocaml generates its own native asm, you're using a PIE compiler" |