diff options
Diffstat (limited to 'app-shells/zsh/zsh-4.0.5.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-4.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/zsh/zsh-4.0.5.ebuild b/app-shells/zsh/zsh-4.0.5.ebuild index 0a04f05d85fc..1adc29f98b20 100644 --- a/app-shells/zsh/zsh-4.0.5.ebuild +++ b/app-shells/zsh/zsh-4.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.5.ebuild,v 1.1 2002/08/12 18:15:10 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.5.ebuild,v 1.2 2002/08/16 02:37:45 murphy Exp $ S=${WORKDIR}/${P} @@ -15,7 +15,7 @@ DEPEND="virtual/glibc RDEPEND="${DEPEND}" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { ./configure --prefix=/usr --host=${CHOST} \ |