diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-12 02:35:31 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-12 02:35:31 +0000 |
commit | 9fd4f1f3d55ac4c879e1c64ffc2dc7be91670b36 (patch) | |
tree | 55bf7f821e98fad9cfa5525b9312ce82f3f31f7d /app-emacs/haskell-mode | |
parent | x86 stable wrt bug #332079 (diff) | |
download | historical-9fd4f1f3d55ac4c879e1c64ffc2dc7be91670b36.tar.gz historical-9fd4f1f3d55ac4c879e1c64ffc2dc7be91670b36.tar.bz2 historical-9fd4f1f3d55ac4c879e1c64ffc2dc7be91670b36.zip |
x86 stable wrt bug #332081
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'app-emacs/haskell-mode')
-rw-r--r-- | app-emacs/haskell-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog index eccc8ea2535a..d86a6219bccb 100644 --- a/app-emacs/haskell-mode/ChangeLog +++ b/app-emacs/haskell-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/haskell-mode # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.41 2010/08/11 16:26:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.42 2010/08/12 02:35:31 phajdan.jr Exp $ + + 12 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + haskell-mode-2.8.0.ebuild: + x86 stable wrt bug #332081 11 Aug 2010; Markos Chandras <hwoarang@gentoo.org> haskell-mode-2.8.0.ebuild: 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 783076b1afe4..cc077b81eeb3 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.2 2010/08/11 16:26:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild,v 1.3 2010/08/12 02:35:31 phajdan.jr 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" |