diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-05 11:08:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-05 11:08:38 +0000 |
commit | 6f6b1dc4da9ad3a1a8a40b645c3198c8c01934c2 (patch) | |
tree | 06b37d0fafbeb37957677b51babbece767e90824 /app-emacs | |
parent | Stable for x86, wrt bug #504838 (diff) | |
download | gentoo-2-6f6b1dc4da9ad3a1a8a40b645c3198c8c01934c2.tar.gz gentoo-2-6f6b1dc4da9ad3a1a8a40b645c3198c8c01934c2.tar.bz2 gentoo-2-6f6b1dc4da9ad3a1a8a40b645c3198c8c01934c2.zip |
Stable for x86, wrt bug #504840
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 29d7053c5eb3..9b9e17ef6fe8 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.51 2014/03/31 13:49:45 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.52 2014/04/05 11:08:38 ago Exp $ + + 05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> haskell-mode-13.07.ebuild: + Stable for x86, wrt bug #504840 31 Mar 2014; Chema Alonso <nimiux@gentoo.org> haskell-mode-13.07.ebuild: Stable for amd64 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 732a5d000d49..65d98a055ce0 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.3 2014/03/31 13:49:45 nimiux Exp $ +# $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 $ 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" |