diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-24 02:39:28 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-24 02:39:28 +0000 |
commit | 8fde60863de7ba5d7f7b4ecbf40d7d9b061a9fae (patch) | |
tree | 7becabe0bdc831eebbb2ee25e52ded9d8cbc2916 /app-emacs | |
parent | Inherit eutils for epatch. (diff) | |
download | gentoo-2-8fde60863de7ba5d7f7b4ecbf40d7d9b061a9fae.tar.gz gentoo-2-8fde60863de7ba5d7f7b4ecbf40d7d9b061a9fae.tar.bz2 gentoo-2-8fde60863de7ba5d7f7b4ecbf40d7d9b061a9fae.zip |
marked x86 per bug 417305
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.19.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 6c49aa369691..001aa33b10fb 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/gentoo-syntax -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.76 2011/12/23 21:29:51 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.77 2012/05/24 02:39:28 jdhore Exp $ + + 24 May 2012; Jeff Horelick <jdhore@gentoo.org> gentoo-syntax-1.19.ebuild: + marked x86 per bug 417305 *gentoo-syntax-1.19 (23 Dec 2011) diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.19.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.19.ebuild index 2daa8fca39c7..b318b3ed611c 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.19.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.19.ebuild,v 1.1 2011/12/23 21:29:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.19.ebuild,v 1.2 2012/05/24 02:39:28 jdhore Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DOCS="ChangeLog" |