diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-11-08 15:33:21 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-11-08 15:33:21 +0000 |
commit | 1432f633c7fcb9520c05e3102fba8da5b9dd10dd (patch) | |
tree | a5fcd0cb764b0b6c6c2f1e9e3e5b3c659ce9863e /app-shells | |
parent | Put the newer wine ebuilds into the stable profile (diff) | |
download | gentoo-2-1432f633c7fcb9520c05e3102fba8da5b9dd10dd.tar.gz gentoo-2-1432f633c7fcb9520c05e3102fba8da5b9dd10dd.tar.bz2 gentoo-2-1432f633c7fcb9520c05e3102fba8da5b9dd10dd.zip |
Tagged as stable for x86 and alpha.
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.0.6-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 64d1a85dbf8e..d76475d7d62b 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-shells/zsh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.11 2002/11/05 18:28:31 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.12 2002/11/08 15:33:21 phoenix Exp $ *zsh-4.0.6-r2 (05 Oct 2002) + 08 Oct 2002; phoen][x <phoenixk@gentoo.org> zsh-4.0.6-r2.ebuild : + + Put the ebuild into the stable x86 and alpha profile. + 05 Oct 2002; phoen][x <phoenixk@gentoo.org> zsh-4.0.6-r2.ebuild files/digest-zsh-4.0.6-r2 : diff --git a/app-shells/zsh/zsh-4.0.6-r2.ebuild b/app-shells/zsh/zsh-4.0.6-r2.ebuild index 7e4f8ad5b7fe..ab0298586f14 100644 --- a/app-shells/zsh/zsh-4.0.6-r2.ebuild +++ b/app-shells/zsh/zsh-4.0.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.6-r2.ebuild,v 1.1 2002/11/05 18:28:31 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.6-r2.ebuild,v 1.2 2002/11/08 15:33:21 phoenix Exp $ DESCRIPTION="UNIX Shell similar to the Korn shell" MYPATCH="zsh_4.0.6-15.diff" @@ -12,7 +12,7 @@ LICENSE="ZSH" DEPEND=">=sys-libs/ncurses-5.1" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +KEYWORDS="x86 alpha ~ppc ~sparc ~sparc64" src_unpack() { unpack ${A} |