diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2013-09-01 23:34:02 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2013-09-01 23:34:02 +0000 |
commit | fbd0566c800520d03ecf2ee26382bec338f4f9af (patch) | |
tree | 481b3c7aea59d83dee67fcae63076e431d83d348 /app-shells | |
parent | Remove unnecessary vcs-snapshot eclass usage and unwanted addon file. (diff) | |
download | gentoo-2-fbd0566c800520d03ecf2ee26382bec338f4f9af.tar.gz gentoo-2-fbd0566c800520d03ecf2ee26382bec338f4f9af.tar.bz2 gentoo-2-fbd0566c800520d03ecf2ee26382bec338f4f9af.zip |
marked x86 per bug 482626
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.0.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 69ea38a0a387..8a9f1c1d96f8 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.220 2013/08/31 14:49:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.221 2013/09/01 23:34:02 jdhore Exp $ + + 01 Sep 2013; Jeff Horelick <jdhore@gentoo.org> zsh-5.0.2-r3.ebuild: + marked x86 per bug 482626 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> zsh-5.0.2-r3.ebuild: Stable for arm, wrt bug #482626 diff --git a/app-shells/zsh/zsh-5.0.2-r3.ebuild b/app-shells/zsh/zsh-5.0.2-r3.ebuild index 99019172e365..23c2a4889397 100644 --- a/app-shells/zsh/zsh-5.0.2-r3.ebuild +++ b/app-shells/zsh/zsh-5.0.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.2-r3.ebuild,v 1.4 2013/08/31 14:49:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.2-r3.ebuild,v 1.5 2013/09/01 23:34:02 jdhore Exp $ EAPI=5 @@ -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 ~amd64-fbsd ~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 ~amd64-fbsd ~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=" |