diff options
-rw-r--r-- | app-emacs/haskell-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog index d86a6219bccb..71eb7ef97867 100644 --- a/app-emacs/haskell-mode/ChangeLog +++ b/app-emacs/haskell-mode/ChangeLog @@ -1,6 +1,9 @@ # 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.42 2010/08/12 02:35:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.43 2010/08/13 12:57:43 josejx Exp $ + + 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> haskell-mode-2.8.0.ebuild: + Marked ppc stable for bug #332081. 12 Aug 2010; Pawel Hajdan jr <phajdan.jr@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 cc077b81eeb3..80890e03ada1 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.3 2010/08/12 02:35:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.8.0.ebuild,v 1.4 2010/08/13 12:57:43 josejx 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" |