diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-31 07:01:21 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-31 07:01:21 +0000 |
commit | 3a517aee54ac75cc9ecf20bff9e6ce5781f1ab0d (patch) | |
tree | c8ff2f90fe277939a4e955d9f5b735faddcb7a28 /app-shells | |
parent | marked x86 per bug 418323 (diff) | |
download | gentoo-2-3a517aee54ac75cc9ecf20bff9e6ce5781f1ab0d.tar.gz gentoo-2-3a517aee54ac75cc9ecf20bff9e6ce5781f1ab0d.tar.bz2 gentoo-2-3a517aee54ac75cc9ecf20bff9e6ce5781f1ab0d.zip |
marked x86 per bug 418325
(Portage version: 2.2.0_alpha108/cvs/Linux i686)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 8fddc8df5b5c..70495b8eddae 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.189 2012/03/25 07:01:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.190 2012/05/31 07:01:21 jdhore Exp $ + + 31 May 2012; Jeff Horelick <jdhore@gentoo.org> zsh-4.3.17.ebuild: + marked x86 per bug 418325 25 Mar 2012; Tim Harder <radhermit@gentoo.org> -files/4.3.11-subst.patch, -zsh-4.3.11-r1.ebuild, -zsh-4.3.12.ebuild: diff --git a/app-shells/zsh/zsh-4.3.17.ebuild b/app-shells/zsh/zsh-4.3.17.ebuild index 1d9415c4d2de..4dd854c5cb2a 100644 --- a/app-shells/zsh/zsh-4.3.17.ebuild +++ b/app-shells/zsh/zsh-4.3.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.17.ebuild,v 1.1 2012/02/24 02:22:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.17.ebuild,v 1.2 2012/05/31 07:01:21 jdhore Exp $ EAPI=4 @@ -34,7 +34,7 @@ SRC_URI="${ZSH_URI} LICENSE="ZSH gdbm? ( GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="caps debug doc examples gdbm maildir pcre static unicode" RDEPEND=" |