diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-24 22:11:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-24 22:11:55 +0000 |
commit | c1e94b287fad0c2a042f4b9f6228dff2daeeba84 (patch) | |
tree | c67a7f5901a70c56cb2a65029f23fb5ed92c327b /dev-lang/helium | |
parent | Add patch from upstream to fix if_existing. See bug #328891. (diff) | |
download | gentoo-2-c1e94b287fad0c2a042f4b9f6228dff2daeeba84.tar.gz gentoo-2-c1e94b287fad0c2a042f4b9f6228dff2daeeba84.tar.bz2 gentoo-2-c1e94b287fad0c2a042f4b9f6228dff2daeeba84.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-lang/helium')
-rw-r--r-- | dev-lang/helium/helium-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/helium/helium-1.6.ebuild b/dev-lang/helium/helium-1.6.ebuild index 3052414354a5..9ef411864001 100644 --- a/dev-lang/helium/helium-1.6.ebuild +++ b/dev-lang/helium/helium-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.6.ebuild,v 1.3 2010/07/24 14:39:07 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.6.ebuild,v 1.4 2010/07/24 22:11:55 mr_bones_ Exp $ inherit autotools eutils @@ -31,7 +31,7 @@ src_unpack() { -i "${S}/helium/src/Makefile.in" # file has non-ASCII syms and it's pulled to ghc for dependency generaton - # ghc w/UTF-8 dislikes it: + # ghc w/UTF-8 dislikes it: sed -e 's/\xCA//g' \ -i "${S}/helium/src/Makefile.in" |