diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 18:36:04 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 18:36:04 +0000 |
commit | afd9b800b5241c952129b32ec17ac96fbfe58cca (patch) | |
tree | cc01ffac0accf081251dc555a8cd9d9bb469c1fb /app-editors/vi | |
parent | Corrected dependancy for dev-perl/Crypt-DES (missing) (diff) | |
download | historical-afd9b800b5241c952129b32ec17ac96fbfe58cca.tar.gz historical-afd9b800b5241c952129b32ec17ac96fbfe58cca.tar.bz2 historical-afd9b800b5241c952129b32ec17ac96fbfe58cca.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'app-editors/vi')
-rw-r--r-- | app-editors/vi/vi-3.7-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vi/vi-3.7-r2.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vi/vi-3.7.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/vi/vi-3.7-r1.ebuild b/app-editors/vi/vi-3.7-r1.ebuild index fcb15412645e..79deffaeb0de 100644 --- a/app-editors/vi/vi-3.7-r1.ebuild +++ b/app-editors/vi/vi-3.7-r1.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-r1.ebuild,v 1.3 2002/07/16 02:43:19 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r1.ebuild,v 1.4 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() { diff --git a/app-editors/vi/vi-3.7-r2.ebuild b/app-editors/vi/vi-3.7-r2.ebuild index 3f3c4408bf7d..40998388cae2 100644 --- a/app-editors/vi/vi-3.7-r2.ebuild +++ b/app-editors/vi/vi-3.7-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-editors/vi/vi-3.7-r2.ebuild,v 1.1 2002/08/07 17:54:48 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r2.ebuild,v 1.2 2002/08/14 18:36:03 murphy Exp $ MY_P=ex-020403 S=${WORKDIR}/${MY_P} @@ -11,7 +11,7 @@ HOMEPAGE="http://ex-vi.berlios.de/" LICENSE="Caldera" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc sys-libs/ncurses" RDEPEND="${DEPEND}" 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 \ |