diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 10:51:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 10:51:32 +0000 |
commit | 91c439891f746edda0f6e8a30b9570d5b969b61f (patch) | |
tree | 207392bfa7bf30e8b9a1e64b5f826a3406a622fe /app-emacs | |
parent | Remove duplicate pypy/jython masks (masked in base profile now). (diff) | |
download | gentoo-2-91c439891f746edda0f6e8a30b9570d5b969b61f.tar.gz gentoo-2-91c439891f746edda0f6e8a30b9570d5b969b61f.tar.bz2 gentoo-2-91c439891f746edda0f6e8a30b9570d5b969b61f.zip |
Stable for alpha, wrt bug #451050
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/sml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-6.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog index ed49e23d8abb..c03a4b128c49 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.30 2013/01/11 11:16:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.31 2013/01/20 10:51:32 ago Exp $ + + 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sml-mode-6.1-r1.ebuild: + Stable for alpha, wrt bug #451050 11 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sml-mode-6.1-r1.ebuild: Stable for x86, wrt bug #451050 diff --git a/app-emacs/sml-mode/sml-mode-6.1-r1.ebuild b/app-emacs/sml-mode/sml-mode-6.1-r1.ebuild index 1071c1ae8413..1b50a47d4f96 100644 --- a/app-emacs/sml-mode/sml-mode-6.1-r1.ebuild +++ b/app-emacs/sml-mode/sml-mode-6.1-r1.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.1-r1.ebuild,v 1.4 2013/01/11 11:16:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-6.1-r1.ebuild,v 1.5 2013/01/20 10:51:32 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.el.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 ppc x86" +KEYWORDS="alpha amd64 ppc x86" DEPEND="app-arch/xz-utils" |