diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-03-22 19:07:58 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-03-22 19:07:58 +0000 |
commit | 8912a59645bcf453ad56dd77c0794cf3b164d354 (patch) | |
tree | 2823396776aebbe920a1f6262a65cf104c65d9e0 /app-emacs/gentoo-syntax | |
parent | Post stabilization cleanup. (diff) | |
download | gentoo-2-8912a59645bcf453ad56dd77c0794cf3b164d354.tar.gz gentoo-2-8912a59645bcf453ad56dd77c0794cf3b164d354.tar.bz2 gentoo-2-8912a59645bcf453ad56dd77c0794cf3b164d354.zip |
Add ~sparc keyword --- Bug #214283 --- required because it's documented to
be available.
(Portage version: 2.2_pre5)
Diffstat (limited to 'app-emacs/gentoo-syntax')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index fff02e2212ae..d4d571da104e 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.10 2008/03/22 18:09:48 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.11 2008/03/22 19:07:58 fmccor Exp $ + + 22 Mar 2008; Ferris McCormick <fmccor@gentoo.org> + gentoo-syntax-1.8.ebuild: + Add ~sparc keyword --- Bug #214283 --- required because it's documented to + be available. 22 Mar 2008; Christian Faulhammer <opfer@gentoo.org> gentoo-syntax-1.8.ebuild: diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild index 2d090689e7c2..f03eb6fa876d 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild,v 1.3 2008/03/22 18:09:48 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild,v 1.4 2008/03/22 19:07:58 fmccor Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" SITEFILE=51${PN}-gentoo.el |