diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-05 11:43:22 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-05 11:43:22 +0000 |
commit | f577a95196cbc50aecf8b8c2b3a6bc5d49a3a7ed (patch) | |
tree | 683a3a264544c6a784cca61be2bd1d7f3e05075d /app-emacs/haskell-mode | |
parent | Removed homepage commment as it is up again and the x11-wm/windowmaker-0.9* b... (diff) | |
download | gentoo-2-f577a95196cbc50aecf8b8c2b3a6bc5d49a3a7ed.tar.gz gentoo-2-f577a95196cbc50aecf8b8c2b3a6bc5d49a3a7ed.tar.bz2 gentoo-2-f577a95196cbc50aecf8b8c2b3a6bc5d49a3a7ed.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r1)
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-1.44-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog index 0c63dbe072cb..07aeb9c91fa7 100644 --- a/app-emacs/haskell-mode/ChangeLog +++ b/app-emacs/haskell-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/haskell-mode # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.11 2005/04/21 18:35:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.12 2005/06/05 11:38:26 hansmi Exp $ + + 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> + haskell-mode-1.44-r1.ebuild: + Stable on ppc. 21 Apr 2005; Simon Stelling <blubb@gentoo.org> haskell-mode-1.44-r1.ebuild: diff --git a/app-emacs/haskell-mode/haskell-mode-1.44-r1.ebuild b/app-emacs/haskell-mode/haskell-mode-1.44-r1.ebuild index 288856dfe7e3..d0d4715c6f69 100644 --- a/app-emacs/haskell-mode/haskell-mode-1.44-r1.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-1.44-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-1.44-r1.ebuild,v 1.7 2005/04/21 18:35:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-1.44-r1.ebuild,v 1.8 2005/06/05 11:38:26 hansmi Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="http://www.haskell.org/haskell-mode/" SRC_URI="http://www.haskell.org/haskell-mode/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc amd64" +KEYWORDS="amd64 ppc x86" DEPEND="virtual/emacs" |