diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-24 15:07:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-24 15:07:56 +0000 |
commit | cb158ecb0393936a98c594d353fc1195de24183c (patch) | |
tree | 5016265833f3ff49945063623245f8f6612bd372 /dev-haskell | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-cb158ecb0393936a98c594d353fc1195de24183c.tar.gz gentoo-2-cb158ecb0393936a98c594d353fc1195de24183c.tar.bz2 gentoo-2-cb158ecb0393936a98c594d353fc1195de24183c.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/haddock/haddock-2.4.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-haskell/haddock/haddock-2.4.1.ebuild b/dev-haskell/haddock/haddock-2.4.1.ebuild index eef439cbc85e..829f87375390 100644 --- a/dev-haskell/haddock/haddock-2.4.1.ebuild +++ b/dev-haskell/haddock/haddock-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.4.1.ebuild,v 1.1 2009/07/23 20:15:07 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.4.1.ebuild,v 1.2 2009/07/24 15:07:56 mr_bones_ Exp $ CABAL_FEATURES="bin lib" # don't enable profiling as the 'ghc' package is not built with profiling @@ -77,4 +77,3 @@ src_install () { fi dodoc CHANGES README } - |