diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-21 18:36:29 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-21 18:36:29 +0000 |
commit | e70157bd3a0bf1aecf1b6f6ab207b6158585e905 (patch) | |
tree | 3dafca633bf0f22d15a8dc7f40430aa546925f1d /app-emacs/haskell-mode | |
parent | Fix #89836. (diff) | |
download | gentoo-2-e70157bd3a0bf1aecf1b6f6ab207b6158585e905.tar.gz gentoo-2-e70157bd3a0bf1aecf1b6f6ab207b6158585e905.tar.bz2 gentoo-2-e70157bd3a0bf1aecf1b6f6ab207b6158585e905.zip |
stable amd64
(Portage version: 2.0.51.19)
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 38a5fa89f59b..0c63dbe072cb 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.10 2005/02/20 11:07:38 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.11 2005/04/21 18:35:56 blubb Exp $ + + 21 Apr 2005; Simon Stelling <blubb@gentoo.org> + haskell-mode-1.44-r1.ebuild: + stable on amd64 *haskell-mode-1.45 (20 Feb 2005) 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 af7840764e09..288856dfe7e3 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.6 2005/01/01 13:47:42 eradicator Exp $ +# $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 $ 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="x86 ~ppc amd64" DEPEND="virtual/emacs" |