diff options
author | Mark Wright <gienah@gentoo.org> | 2012-03-04 05:49:54 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-03-04 05:49:54 +0000 |
commit | 8edf8f50d1cd41b4875f9895664ea304d52f1ef6 (patch) | |
tree | 39e9bcc20563f89d8f7241932486197d64367501 /dev-lang/ghc/ghc-7.0.4.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-8edf8f50d1cd41b4875f9895664ea304d52f1ef6.tar.gz gentoo-2-8edf8f50d1cd41b4875f9895664ea304d52f1ef6.tar.bz2 gentoo-2-8edf8f50d1cd41b4875f9895664ea304d52f1ef6.zip |
Bump ghc to 7.4.1
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ghc/ghc-7.0.4.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-7.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-7.0.4.ebuild b/dev-lang/ghc/ghc-7.0.4.ebuild index 060cab0b7082..3f8751599230 100644 --- a/dev-lang/ghc/ghc-7.0.4.ebuild +++ b/dev-lang/ghc/ghc-7.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.4 2011/12/28 08:47:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.5 2012/03/04 05:49:54 gienah Exp $ # Brief explanation of the bootstrap logic: # @@ -193,7 +193,7 @@ relocate_path() { for file in "$@" do sed -i -e "s|$from|$to|g" \ - "$file" || die "path relocation failed for '$file'" + "$file" || die "path relocation failed for '$file'" done } |