diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/nxml-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/nxml-mode/nxml-mode-20041004.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/nxml-mode/ChangeLog b/app-emacs/nxml-mode/ChangeLog index 7d1d22373ea7..f1a6fd075e40 100644 --- a/app-emacs/nxml-mode/ChangeLog +++ b/app-emacs/nxml-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/nxml-mode -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/ChangeLog,v 1.17 2006/12/31 14:15:32 flameeyes Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/ChangeLog,v 1.18 2007/01/02 21:46:08 flameeyes Exp $ + + 02 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + nxml-mode-20041004.ebuild: + Add ~sparc-fbsd keyword. 31 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> nxml-mode-20041004.ebuild: diff --git a/app-emacs/nxml-mode/nxml-mode-20041004.ebuild b/app-emacs/nxml-mode/nxml-mode-20041004.ebuild index 9cbcbd036d93..7de313cb381a 100644 --- a/app-emacs/nxml-mode/nxml-mode-20041004.ebuild +++ b/app-emacs/nxml-mode/nxml-mode-20041004.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/nxml-mode-20041004.ebuild,v 1.7 2006/12/31 14:15:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/nxml-mode-20041004.ebuild,v 1.8 2007/01/02 21:46:08 flameeyes Exp $ inherit elisp eutils @@ -11,7 +11,7 @@ SRC_URI="http://thaiopensource.com/download/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc-macos x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ppc ~ppc-macos ~sparc-fbsd x86 ~x86-fbsd" IUSE="" SITEFILE=80nxml-mode-gentoo.el |