diff options
author | 2008-07-15 06:10:43 +0000 | |
---|---|---|
committer | 2008-07-15 06:10:43 +0000 | |
commit | d480892c75c08a6190854a293f4811e05b03ccdb (patch) | |
tree | 343911fd2050ffe1aeeabe080a900dc298b4da1c /dev-haskell/xhtml/xhtml-3000.0.2.ebuild | |
parent | Stable for HPPA (bug #230919). (diff) | |
download | gentoo-2-d480892c75c08a6190854a293f4811e05b03ccdb.tar.gz gentoo-2-d480892c75c08a6190854a293f4811e05b03ccdb.tar.bz2 gentoo-2-d480892c75c08a6190854a293f4811e05b03ccdb.zip |
Stable for HPPA (bug #230919).
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6-JeR parisc)
Diffstat (limited to 'dev-haskell/xhtml/xhtml-3000.0.2.ebuild')
-rw-r--r-- | dev-haskell/xhtml/xhtml-3000.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/xhtml/xhtml-3000.0.2.ebuild b/dev-haskell/xhtml/xhtml-3000.0.2.ebuild index 8be7c5b49257..1a4885e21515 100644 --- a/dev-haskell/xhtml/xhtml-3000.0.2.ebuild +++ b/dev-haskell/xhtml/xhtml-3000.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.0.2.ebuild,v 1.8 2007/12/16 20:17:58 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.0.2.ebuild,v 1.9 2008/07/15 06:10:43 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -21,6 +21,6 @@ DEPEND=">=dev-lang/ghc-6.6" S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}" src_unpack() { - unpack "${A}" + unpack ${A} cabal-mksetup } |