From 0d550a29e93ea8c4ef7e222119297815b72ec9a6 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 24 Jul 2010 18:16:34 +0000 Subject: Fixed QA: Quoted "${A}" on line: 30 (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-haskell/hdbc/hdbc-1.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-haskell') diff --git a/dev-haskell/hdbc/hdbc-1.1.3.ebuild b/dev-haskell/hdbc/hdbc-1.1.3.ebuild index 89d8f3fd8bb1..3b08ca97ec8b 100644 --- a/dev-haskell/hdbc/hdbc-1.1.3.ebuild +++ b/dev-haskell/hdbc/hdbc-1.1.3.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-haskell/hdbc/hdbc-1.1.3.ebuild,v 1.3 2010/07/11 22:43:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild,v 1.4 2010/07/24 18:16:34 slyfox Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal versionator @@ -27,7 +27,7 @@ PDEPEND="odbc? ( =dev-haskell/hdbc-odbc-${PV}* ) S="${WORKDIR}/${MY_P}" src_unpack() { - unpack "${A}" + unpack ${A} sed -i -e '/GHC-Options:/d' "${S}/HDBC.cabal" -- cgit v1.2.3-65-gdbad