diff options
author | 2007-12-05 00:40:55 +0000 | |
---|---|---|
committer | 2007-12-05 00:40:55 +0000 | |
commit | 214a708537ab1d6b8254beaa8ec58aff2498262e (patch) | |
tree | 0070e0e14c5d4523987cff5035298744b97d32f2 /app-shells | |
parent | Removed firebird from use.mask per bug #187532 (diff) | |
download | gentoo-2-214a708537ab1d6b8254beaa8ec58aff2498262e.tar.gz gentoo-2-214a708537ab1d6b8254beaa8ec58aff2498262e.tar.bz2 gentoo-2-214a708537ab1d6b8254beaa8ec58aff2498262e.zip |
Stable for HPPA (bug #201022).
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 4ae0a8e14942..0fd313c85dbf 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.119 2007/12/04 21:08:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.120 2007/12/05 00:40:55 jer Exp $ + + 05 Dec 2007; Jeroen Roovers <jer@gentoo.org> zsh-4.3.2-r3.ebuild: + Stable for HPPA (bug #201022). 04 Dec 2007; Markus Rothe <corsair@gentoo.org> zsh-4.3.2-r3.ebuild: Stable on ppc64; bug #201022 diff --git a/app-shells/zsh/zsh-4.3.2-r3.ebuild b/app-shells/zsh/zsh-4.3.2-r3.ebuild index 0d67a15e2259..9a6311a70fc2 100644 --- a/app-shells/zsh/zsh-4.3.2-r3.ebuild +++ b/app-shells/zsh/zsh-4.3.2-r3.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-r3.ebuild,v 1.4 2007/12/04 21:08:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r3.ebuild,v 1.5 2007/12/05 00:40:55 jer 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 ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="maildir ncurses static doc examples pcre caps unicode" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) |