summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hdbc')
-rw-r--r--dev-haskell/hdbc/hdbc-1.1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
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"