diff options
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/cabal/cabal-1.6.0.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-haskell/cabal/cabal-1.6.0.3.ebuild b/dev-haskell/cabal/cabal-1.6.0.3.ebuild index ae89afd27656..49aba712e09a 100644 --- a/dev-haskell/cabal/cabal-1.6.0.3.ebuild +++ b/dev-haskell/cabal/cabal-1.6.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.6.0.3.ebuild,v 1.1 2009/04/19 13:38:45 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.6.0.3.ebuild,v 1.2 2009/04/19 16:36:29 mr_bones_ Exp $ CABAL_FEATURES="bootstrap lib profile" inherit haskell-cabal eutils @@ -14,7 +14,6 @@ FP_PN=filepath FP_PV=1.1.0.1 FP_P=${FP_PN}-${FP_PV} - DESCRIPTION="A framework for packaging Haskell software" HOMEPAGE="http://www.haskell.org/cabal/" SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz |