diff options
author | 2007-02-27 14:03:49 +0000 | |
---|---|---|
committer | 2007-02-27 14:03:49 +0000 | |
commit | fa7e93c8a5e50bfe75bb0ae85ebdd6f3b5af8ab1 (patch) | |
tree | 2b64478cb133aa58f993ba410d895a2e18e2a332 /app-shells/zsh | |
parent | Fix ebuild with USE=-doc. Bug #168569. (diff) | |
download | gentoo-2-fa7e93c8a5e50bfe75bb0ae85ebdd6f3b5af8ab1.tar.gz gentoo-2-fa7e93c8a5e50bfe75bb0ae85ebdd6f3b5af8ab1.tar.bz2 gentoo-2-fa7e93c8a5e50bfe75bb0ae85ebdd6f3b5af8ab1.zip |
Stable on hppa.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 3deca1a480b9..614a8064b832 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.104 2007/02/26 16:33:37 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.105 2007/02/27 14:03:49 gmsoft Exp $ + + 27 Feb 2007; Guy Martin <gmsoft@gentoo.org> zsh-4.3.2-r2.ebuild: + Stable on hppa 26 Feb 2007; Lars Weiler <pylon@gentoo.org> zsh-4.3.2-r2.ebuild: Stable on ppc; bug #168320. diff --git a/app-shells/zsh/zsh-4.3.2-r2.ebuild b/app-shells/zsh/zsh-4.3.2-r2.ebuild index 8a46303bfb0e..1b18cb202225 100644 --- a/app-shells/zsh/zsh-4.3.2-r2.ebuild +++ b/app-shells/zsh/zsh-4.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r2.ebuild,v 1.5 2007/02/26 16:33:37 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r2.ebuild,v 1.6 2007/02/27 14:03:49 gmsoft Exp $ inherit eutils multilib @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2 LICENSE="ZSH" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc-macos ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc-macos ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="maildir ncurses static doc examples pcre caps unicode" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) |