diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-29 22:22:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-29 22:22:23 +0000 |
commit | 389bfc8ada4d15b3a07c15d166f679d2f49242c2 (patch) | |
tree | 8575a25175d1c15dd50a07d9cd14137fd20bf566 /dev-haskell/haddock | |
parent | whitespace (diff) | |
download | gentoo-2-389bfc8ada4d15b3a07c15d166f679d2f49242c2.tar.gz gentoo-2-389bfc8ada4d15b3a07c15d166f679d2f49242c2.tar.bz2 gentoo-2-389bfc8ada4d15b3a07c15d166f679d2f49242c2.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-haskell/haddock')
-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 c3185ba7ed26..5206e56f4be1 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-2009 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.4 2009/07/29 17:31:30 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.4.1.ebuild,v 1.5 2009/07/29 22:22:23 mr_bones_ Exp $ CABAL_FEATURES="bin lib" # don't enable profiling as the 'ghc' package is not built with profiling @@ -83,4 +83,3 @@ src_install () { fi dodoc CHANGES README } - |