diff options
Diffstat (limited to 'app-emacs/muse')
-rw-r--r-- | app-emacs/muse/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/muse/muse-3.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/muse/ChangeLog b/app-emacs/muse/ChangeLog index 46c42474c5b8..b9e18f008419 100644 --- a/app-emacs/muse/ChangeLog +++ b/app-emacs/muse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/muse -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/ChangeLog,v 1.21 2008/10/12 12:13:05 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/ChangeLog,v 1.22 2009/03/20 22:16:34 tcunha Exp $ + + 20 Mar 2009; Tiago Cunha <tcunha@gentoo.org> muse-3.12.ebuild: + stable sparc 12 Oct 2008; Ulrich Mueller <ulm@gentoo.org> muse-3.12.ebuild: Add missing SITEFILE definition. diff --git a/app-emacs/muse/muse-3.12.ebuild b/app-emacs/muse/muse-3.12.ebuild index b7230980243f..b423e6b3284d 100644 --- a/app-emacs/muse/muse-3.12.ebuild +++ b/app-emacs/muse/muse-3.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.12.ebuild,v 1.3 2008/10/12 12:13:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.12.ebuild,v 1.4 2009/03/20 22:16:34 tcunha Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd" IUSE="" SITEFILE=50${PN}-gentoo.el |