diff options
author | 2012-06-04 22:16:42 +0000 | |
---|---|---|
committer | 2012-06-04 22:16:42 +0000 | |
commit | 89e88f3947deedb0e773e2156c1d0e41a7efacd9 (patch) | |
tree | ddb2886cdc83a29b13669cd774b3669ed4a93715 /app-shells/zsh | |
parent | Version bump (diff) | |
download | gentoo-2-89e88f3947deedb0e773e2156c1d0e41a7efacd9.tar.gz gentoo-2-89e88f3947deedb0e773e2156c1d0e41a7efacd9.tar.bz2 gentoo-2-89e88f3947deedb0e773e2156c1d0e41a7efacd9.zip |
[app-shells/zsh] Works on ~amd64-fbsd
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/zsh')
-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 6b1091878281..4add39438b9b 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.192 2012/06/03 18:19:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.193 2012/06/04 22:16:42 alexxy Exp $ + + 04 Jun 2012; Alexey Shvetsov <alexxy@gentoo.org> zsh-4.3.17.ebuild: + [app-shells/zsh] Works on ~amd64-fbsd 03 Jun 2012; Markus Meier <maekke@gentoo.org> zsh-4.3.17.ebuild: arm stable, bug #418325 diff --git a/app-shells/zsh/zsh-4.3.17.ebuild b/app-shells/zsh/zsh-4.3.17.ebuild index 9c6c976b2955..5d20cd15212f 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.4 2012/06/03 18:19:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.17.ebuild,v 1.5 2012/06/04 22:16:42 alexxy 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 ~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=" |