diff options
author | Brent Baude <ranger@gentoo.org> | 2008-01-04 15:35:46 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-01-04 15:35:46 +0000 |
commit | 74360676e0675ffe13ce1eb76d7ead268c986507 (patch) | |
tree | 0a8d7ec3a001cb2c715c1016e9e29e7f7163e5d0 /app-shells | |
parent | Weekly version bump <http://my.opera.com/desktopteam/blog/2008/01/04/new-year... (diff) | |
download | gentoo-2-74360676e0675ffe13ce1eb76d7ead268c986507.tar.gz gentoo-2-74360676e0675ffe13ce1eb76d7ead268c986507.tar.bz2 gentoo-2-74360676e0675ffe13ce1eb76d7ead268c986507.zip |
Marking zsh-4.3.4-r1 ppc for bug 204259
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 00e00c280903..7edca2db59e8 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.123 2008/01/04 15:05:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.124 2008/01/04 15:35:46 ranger Exp $ + + 04 Jan 2008; Brent Baude <ranger@gentoo.org> zsh-4.3.4-r1.ebuild: + Marking zsh-4.3.4-r1 ppc for bug 204259 04 Jan 2008; Markus Meier <maekke@gentoo.org> zsh-4.3.4-r1.ebuild: x86 stable, bug #204259 diff --git a/app-shells/zsh/zsh-4.3.4-r1.ebuild b/app-shells/zsh/zsh-4.3.4-r1.ebuild index f34911b1355e..6e3640489ddc 100644 --- a/app-shells/zsh/zsh-4.3.4-r1.ebuild +++ b/app-shells/zsh/zsh-4.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.4-r1.ebuild,v 1.2 2008/01/04 15:05:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.4-r1.ebuild,v 1.3 2008/01/04 15:35:46 ranger Exp $ inherit eutils multilib autotools @@ -17,7 +17,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 static doc examples pcre caps unicode" RDEPEND=">=sys-libs/ncurses-5.1 |