diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-08-18 08:54:30 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-08-18 08:54:30 +0000 |
commit | 9de801ea1422527a9327b7224931bf05aec9c732 (patch) | |
tree | 862a5d0977af76a0eaeb15814e27824bc4db30b4 /app-xemacs | |
parent | keyworded ~arch for x86, bug 332607 (diff) | |
download | gentoo-2-9de801ea1422527a9327b7224931bf05aec9c732.tar.gz gentoo-2-9de801ea1422527a9327b7224931bf05aec9c732.tar.bz2 gentoo-2-9de801ea1422527a9327b7224931bf05aec9c732.zip |
keyworded ~arch for x86, bug 332607
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/semantic/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/semantic/semantic-1.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-xemacs/semantic/ChangeLog b/app-xemacs/semantic/ChangeLog index f01a7c6f326f..f65236723837 100644 --- a/app-xemacs/semantic/ChangeLog +++ b/app-xemacs/semantic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/semantic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/ChangeLog,v 1.13 2010/08/17 18:02:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/ChangeLog,v 1.14 2010/08/18 08:54:30 fauli Exp $ + + 18 Aug 2010; Christian Faulhammer <fauli@gentoo.org> semantic-1.21.ebuild: + keyworded ~arch for x86, bug 332607 *semantic-1.21 (17 Aug 2010) diff --git a/app-xemacs/semantic/semantic-1.21.ebuild b/app-xemacs/semantic/semantic-1.21.ebuild index fed10c4db130..54bec51f6a5f 100644 --- a/app-xemacs/semantic/semantic-1.21.ebuild +++ b/app-xemacs/semantic/semantic-1.21.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-xemacs/semantic/semantic-1.21.ebuild,v 1.1 2010/08/17 18:02:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/semantic-1.21.ebuild,v 1.2 2010/08/18 08:54:30 fauli Exp $ SLOT="0" IUSE="" @@ -20,6 +20,6 @@ app-xemacs/cc-mode app-xemacs/edebug app-xemacs/sgml " -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" inherit xemacs-packages |