diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-07 19:23:02 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-07 19:23:02 +0000 |
commit | d074012d5a6069433ed30ddc2fcd8971126992b6 (patch) | |
tree | ea5b1e3d0f315938796e52c4093a7edfb509ba15 /app-emacs | |
parent | Initial import, from Emacs overlay. Ebuild contributed by me. (diff) | |
download | gentoo-2-d074012d5a6069433ed30ddc2fcd8971126992b6.tar.gz gentoo-2-d074012d5a6069433ed30ddc2fcd8971126992b6.tar.bz2 gentoo-2-d074012d5a6069433ed30ddc2fcd8971126992b6.zip |
stable ppc, bug 296000
(Portage version: 2.1.7.16/cvs/Linux ppc64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/haskell-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog index e07977649a4b..6349afc142f2 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.37 2009/12/09 21:41:56 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.38 2010/01/07 19:23:02 ranger Exp $ + + 07 Jan 2010; Brent Baude <ranger@gentoo.org> haskell-mode-2.6.4.ebuild: + stable ppc, bug 296000 09 Dec 2009; Markus Meier <maekke@gentoo.org> haskell-mode-2.6.4.ebuild: amd64/x86 stable, bug #296000 diff --git a/app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild b/app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild index c7a4a5cb764b..d5c0d85142d9 100644 --- a/app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.6.4.ebuild,v 1.2 2009/12/09 21:41:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild,v 1.3 2010/01/07 19:23:02 ranger 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" |