diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:03:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:03:10 +0000 |
commit | 40f4def3b7ab360de014be6a673eb0e5166bdc2f (patch) | |
tree | 4c153ae581b94331a46a79913c079bf867a9020d /dev-haskell/happy | |
parent | initial import (diff) | |
download | gentoo-2-40f4def3b7ab360de014be6a673eb0e5166bdc2f.tar.gz gentoo-2-40f4def3b7ab360de014be6a673eb0e5166bdc2f.tar.bz2 gentoo-2-40f4def3b7ab360de014be6a673eb0e5166bdc2f.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-haskell/happy')
-rw-r--r-- | dev-haskell/happy/happy-1.16.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-haskell/happy/happy-1.16.ebuild b/dev-haskell/happy/happy-1.16.ebuild index a5065aac20c1..3c3d1404aeb9 100644 --- a/dev-haskell/happy/happy-1.16.ebuild +++ b/dev-haskell/happy/happy-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.1 2007/07/08 18:01:09 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.2 2007/07/13 06:03:10 mr_bones_ Exp $ CABAL_FEATURES="bin" inherit haskell-cabal autotools @@ -38,4 +38,3 @@ src_install() { cabal_src_install use doc && cd doc && dohtml -r happy/* } - |