diff options
author | 2010-07-24 19:00:05 +0000 | |
---|---|---|
committer | 2010-07-24 19:00:05 +0000 | |
commit | cf7bff9c912b59dd75fec19c6ccfbd79a24ce87f (patch) | |
tree | dc590ad81eb2b259758e5767c678101af4639625 /dev-haskell/haxml | |
parent | arm stable, bug #326251 (diff) | |
download | gentoo-2-cf7bff9c912b59dd75fec19c6ccfbd79a24ce87f.tar.gz gentoo-2-cf7bff9c912b59dd75fec19c6ccfbd79a24ce87f.tar.bz2 gentoo-2-cf7bff9c912b59dd75fec19c6ccfbd79a24ce87f.zip |
Fixed QA warning: Quoted "${A}"
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/haxml')
-rw-r--r-- | dev-haskell/haxml/haxml-1.13.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/haxml/haxml-1.13.3.ebuild b/dev-haskell/haxml/haxml-1.13.3.ebuild index 3d73466da645..21347c32997b 100644 --- a/dev-haskell/haxml/haxml-1.13.3.ebuild +++ b/dev-haskell/haxml/haxml-1.13.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.3.ebuild,v 1.1 2007/12/30 20:27:06 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.3.ebuild,v 1.2 2010/07/24 19:00:05 slyfox Exp $ CABAL_FEATURES="lib bin profile haddock" inherit haskell-cabal versionator @@ -23,7 +23,7 @@ DEPEND=">=dev-lang/ghc-6.2" S="${WORKDIR}/${MY_P}" src_unpack() { - unpack "${A}" + unpack ${A} # Don't warn so much, and don't compile with -O2 sed -i 's/GHC-Options: -Wall -O2/GHC-Options: -O/' "${S}/HaXml.cabal" |