diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-09 10:03:57 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-09 10:03:57 +0000 |
commit | be73bb914d8f64afafdcc4f03184a100064f0d1c (patch) | |
tree | 4886e5f28e908ca3e30b47f9e47c94db0cb0e448 /app-emacs | |
parent | stable x86, bug 313825 (diff) | |
download | historical-be73bb914d8f64afafdcc4f03184a100064f0d1c.tar.gz historical-be73bb914d8f64afafdcc4f03184a100064f0d1c.tar.bz2 historical-be73bb914d8f64afafdcc4f03184a100064f0d1c.zip |
stable x86, bug 313835
Package-Manager: portage-2.1.7.17/cvs/Linux i686
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/sml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog index 21c14a189426..0a3c4ac0ba88 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.17 2010/03/08 08:38:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.18 2010/04/09 10:03:57 fauli Exp $ + + 09 Apr 2010; Christian Faulhammer <fauli@gentoo.org> sml-mode-4.1.ebuild: + stable x86, bug 313835 *sml-mode-4.1 (08 Mar 2010) diff --git a/app-emacs/sml-mode/sml-mode-4.1.ebuild b/app-emacs/sml-mode/sml-mode-4.1.ebuild index 87d00fa40354..3776ec014483 100644 --- a/app-emacs/sml-mode/sml-mode-4.1.ebuild +++ b/app-emacs/sml-mode/sml-mode-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.1.ebuild,v 1.1 2010/03/08 08:38:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-4.1.ebuild,v 1.2 2010/04/09 10:03:57 fauli Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc x86" IUSE="" RESTRICT="test" |