diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-16 00:06:37 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-16 00:06:37 +0000 |
commit | c5e6f84186e7e576ddb9f300372a989b27692c36 (patch) | |
tree | f76912fd8538beb12ddad12f24eb8e5ba47528ae /app-emacs/sml-mode | |
parent | amd64 stable, bug 198866 (diff) | |
download | gentoo-2-c5e6f84186e7e576ddb9f300372a989b27692c36.tar.gz gentoo-2-c5e6f84186e7e576ddb9f300372a989b27692c36.tar.bz2 gentoo-2-c5e6f84186e7e576ddb9f300372a989b27692c36.zip |
amd64 stable, bug 195116
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs/sml-mode')
-rw-r--r-- | app-emacs/sml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog index 00d3523a4186..1d4cbfbcb5ff 100644 --- a/app-emacs/sml-mode/ChangeLog +++ b/app-emacs/sml-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/sml-mode # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.14 2007/10/09 17:39:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.15 2007/11/16 00:06:37 beandog Exp $ + + 16 Nov 2007; Steve Dibb <beandog@gentoo.org> sml-mode-4.0.ebuild: + amd64 stable, bug 195116 09 Oct 2007; Raúl Porcel <armin76@gentoo.org> sml-mode-4.0.ebuild: alpha stable wrt #195116 diff --git a/app-emacs/sml-mode/sml-mode-4.0.ebuild b/app-emacs/sml-mode/sml-mode-4.0.ebuild index 6e0a0380dda3..d1ff76ca6b45 100644 --- a/app-emacs/sml-mode/sml-mode-4.0.ebuild +++ b/app-emacs/sml-mode/sml-mode-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-4.0.ebuild,v 1.7 2007/10/09 17:39:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-4.0.ebuild,v 1.8 2007/11/16 00:06:37 beandog Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~ppc x86" +KEYWORDS="alpha amd64 ~ppc x86" IUSE="" RESTRICT="test" |