diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-13 16:25:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-13 16:25:34 +0000 |
commit | 88b0bff8901f6734861f43dccd3c528a59b640da (patch) | |
tree | b078339751e6877897c391ff9c35af8e4879120f /app-emacs | |
parent | Stable for ppc, wrt bug #504838 (diff) | |
download | gentoo-2-88b0bff8901f6734861f43dccd3c528a59b640da.tar.gz gentoo-2-88b0bff8901f6734861f43dccd3c528a59b640da.tar.bz2 gentoo-2-88b0bff8901f6734861f43dccd3c528a59b640da.zip |
Stable for ppc, wrt bug #504840
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/haskell-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-13.07.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog index 9b9e17ef6fe8..5d058ab2a543 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.52 2014/04/05 11:08:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.53 2014/04/13 16:25:34 ago Exp $ + + 13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> haskell-mode-13.07.ebuild: + Stable for ppc, wrt bug #504840 05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> haskell-mode-13.07.ebuild: Stable for x86, wrt bug #504840 diff --git a/app-emacs/haskell-mode/haskell-mode-13.07.ebuild b/app-emacs/haskell-mode/haskell-mode-13.07.ebuild index 65d98a055ce0..f343acf8ac0f 100644 --- a/app-emacs/haskell-mode/haskell-mode-13.07.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-13.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-13.07.ebuild,v 1.4 2014/04/05 11:08:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-13.07.ebuild,v 1.5 2014/04/13 16:25:34 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/haskell/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+ FDL-1.2+" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="haskell-mode.texi" |