diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-16 00:20:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-16 00:20:29 +0000 |
commit | c8cb1ca7c5e15261ec55e8fbc0be8c2892d6bac7 (patch) | |
tree | 946a9483d02da781f507caa06499c69b32a19a7f /dev-haskell | |
parent | Added patch to fix configure issues with autoconf-2.64 and later (fixes #2943... (diff) | |
download | gentoo-2-c8cb1ca7c5e15261ec55e8fbc0be8c2892d6bac7.tar.gz gentoo-2-c8cb1ca7c5e15261ec55e8fbc0be8c2892d6bac7.tar.bz2 gentoo-2-c8cb1ca7c5e15261ec55e8fbc0be8c2892d6bac7.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-haskell/hinotify/hinotify-0.3.1.ebuild b/dev-haskell/hinotify/hinotify-0.3.1.ebuild index 979ef581c728..ea7d332fef14 100644 --- a/dev-haskell/hinotify/hinotify-0.3.1.ebuild +++ b/dev-haskell/hinotify/hinotify-0.3.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/hinotify/hinotify-0.3.1.ebuild,v 1.1 2009/12/15 22:49:54 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.1.ebuild,v 1.2 2009/12/16 00:20:29 mr_bones_ Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -17,4 +17,3 @@ IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.2" - |