diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 18:05:21 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 18:05:21 +0000 |
commit | 74d8f0de0f2bbe57589e6150432ea87304e0a072 (patch) | |
tree | 97b51a05d8a8b4421d8c5d3fbfb944efe9e2c160 /dev-haskell/frown | |
parent | Fixes for compatability with cabal-1.2 and ghc-6.8. (diff) | |
download | historical-74d8f0de0f2bbe57589e6150432ea87304e0a072.tar.gz historical-74d8f0de0f2bbe57589e6150432ea87304e0a072.tar.bz2 historical-74d8f0de0f2bbe57589e6150432ea87304e0a072.zip |
Fix quoting in ebuild.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-haskell/frown')
-rw-r--r-- | dev-haskell/frown/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/frown/frown-0.6.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/frown/ChangeLog b/dev-haskell/frown/ChangeLog index 3ddd1802bb9c..781a213fd65d 100644 --- a/dev-haskell/frown/ChangeLog +++ b/dev-haskell/frown/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/frown # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/ChangeLog,v 1.13 2007/10/31 12:56:14 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/ChangeLog,v 1.14 2007/12/13 18:01:45 dcoutts Exp $ + + 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> frown-0.6.1-r1.ebuild: + Fix quoting in ebuild. 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> frown-0.6.1-r1.ebuild: Drop virtual/ghc in favour of dev-lang/ghc diff --git a/dev-haskell/frown/frown-0.6.1-r1.ebuild b/dev-haskell/frown/frown-0.6.1-r1.ebuild index e978c06ab82a..8db2b87c5afa 100644 --- a/dev-haskell/frown/frown-0.6.1-r1.ebuild +++ b/dev-haskell/frown/frown-0.6.1-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-haskell/frown/frown-0.6.1-r1.ebuild,v 1.11 2007/10/31 12:56:14 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild,v 1.12 2007/12/13 18:01:45 dcoutts Exp $ CABAL_FEATURES="bin" inherit haskell-cabal @@ -21,7 +21,7 @@ S="${WORKDIR}/Frown-${PV}" src_unpack() { unpack ${A} # enabling optimisation is strongly recommended - echo "ghc-options: -O" >> ${S}/frown.cabal + echo "ghc-options: -O" >> "${S}/frown.cabal" } src_install() { |