diff options
Diffstat (limited to 'app-editors/vi/vi-3.7.ebuild')
-rw-r--r-- | app-editors/vi/vi-3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vi/vi-3.7.ebuild b/app-editors/vi/vi-3.7.ebuild index dcad44354280..1e3a9a944543 100644 --- a/app-editors/vi/vi-3.7.ebuild +++ b/app-editors/vi/vi-3.7.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-editors/vi/vi-3.7.ebuild,v 1.4 2002/07/16 02:43:19 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7.ebuild,v 1.5 2002/08/14 18:36:03 murphy Exp $ MY_P=ex-020403 S=${WORKDIR}/${MY_P} @@ -12,7 +12,7 @@ LICENSE="Caldera" DEPEND="virtual/glibc sys-libs/ncurses" SLOT="0" RDEPEND=$DEPEND -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { make DESTDIR=/usr \ |