diff options
Diffstat (limited to 'app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild')
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild b/app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild index 15da52aa9b92..783076b1afe4 100644 --- a/app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild,v 1.1 2010/07/10 13:02:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild,v 1.2 2010/08/11 16:26:37 hwoarang Exp $ inherit elisp @@ -11,7 +11,7 @@ SRC_URI="http://projects.haskell.org/haskellmode-emacs/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="" DOCS="ChangeLog NEWS README *.hs" |