diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/sml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog index 7d831885cbaf..72295e45c24c 100644 --- a/app-emacs/sml-mode/ChangeLog +++ b/app-emacs/sml-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/sml-mode # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.33 2013/11/27 10:29:44 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.34 2013/11/28 21:02:52 ago Exp $ + + 28 Nov 2013; Agostino Sarubbo <ago@gentoo.org> sml-mode-6.4.ebuild: + Stable for x86, wrt bug #490106 27 Nov 2013; Chema Alonso <nimiux@gentoo.org> sml-mode-6.4.ebuild: Stable for amd64 wrt bug #490106 diff --git a/app-emacs/sml-mode/sml-mode-6.4.ebuild b/app-emacs/sml-mode/sml-mode-6.4.ebuild index 13b6a0af5122..f64e4a5028cc 100644 --- a/app-emacs/sml-mode/sml-mode-6.4.ebuild +++ b/app-emacs/sml-mode/sml-mode-6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-6.4.ebuild,v 1.2 2013/11/27 10:29:44 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-6.4.ebuild,v 1.3 2013/11/28 21:02:52 ago Exp $ EAPI=5 NEED_EMACS=24 @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.el.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~x86" +KEYWORDS="~alpha amd64 ~ppc x86" SITEFILE="50${PN}-gentoo-6.1.el" |