diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-31 08:47:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-31 08:47:10 +0000 |
commit | 2476479e71ef9dd55af7b96a34ab36d0c6f0718a (patch) | |
tree | b3b768b0f1bf7f4ca4e2e18867d3d7822342c548 /app-shells | |
parent | Stable for amd64, wrt bug #418283 (diff) | |
download | gentoo-2-2476479e71ef9dd55af7b96a34ab36d0c6f0718a.tar.gz gentoo-2-2476479e71ef9dd55af7b96a34ab36d0c6f0718a.tar.bz2 gentoo-2-2476479e71ef9dd55af7b96a34ab36d0c6f0718a.zip |
Stable for amd64, wrt bug #418325
(Portage version: 2.1.10.49/cvs/Linux x86_64)
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 70495b8eddae..a42f2b7f4bac 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.190 2012/05/31 07:01:21 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.191 2012/05/31 08:47:10 ago Exp $ + + 31 May 2012; Agostino Sarubbo <ago@gentoo.org> zsh-4.3.17.ebuild: + Stable for amd64, wrt bug #418325 31 May 2012; Jeff Horelick <jdhore@gentoo.org> zsh-4.3.17.ebuild: marked x86 per bug 418325 diff --git a/app-shells/zsh/zsh-4.3.17.ebuild b/app-shells/zsh/zsh-4.3.17.ebuild index 4dd854c5cb2a..2ef57f69d7fa 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.2 2012/05/31 07:01:21 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.17.ebuild,v 1.3 2012/05/31 08:47:10 ago 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=" |