diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 15:59:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 15:59:33 +0000 |
commit | d8e9e879a8ee4336a0e02bdfe5ec987a81a96a7f (patch) | |
tree | 7214b73cadbe3fc790780863caa5bc11bd6072d7 /app-editors | |
parent | nano-1.3.1.ebuild: Remove arm keywords (diff) | |
download | historical-d8e9e879a8ee4336a0e02bdfe5ec987a81a96a7f.tar.gz historical-d8e9e879a8ee4336a0e02bdfe5ec987a81a96a7f.tar.bz2 historical-d8e9e879a8ee4336a0e02bdfe5ec987a81a96a7f.zip |
vi-3.7-r5.ebuild: Remove arm keywords
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vi/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/vi/vi-3.7-r4.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vi/vi-3.7-r5.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-editors/vi/ChangeLog b/app-editors/vi/ChangeLog index 2724ee2493e3..1b600daa6fc8 100644 --- a/app-editors/vi/ChangeLog +++ b/app-editors/vi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/vi -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.20 2004/01/04 17:15:45 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.21 2004/02/22 15:59:33 agriffis Exp $ + + 22 Feb 2004; Aron Griffis <agriffis@gentoo.org> vi-3.7-r4.ebuild, + vi-3.7-r5.ebuild: + Remove arm keywords *vi-3.7-r5 (04 Jan 2004) diff --git a/app-editors/vi/vi-3.7-r4.ebuild b/app-editors/vi/vi-3.7-r4.ebuild index b06e3813dff4..d609c252908b 100644 --- a/app-editors/vi/vi-3.7-r4.ebuild +++ b/app-editors/vi/vi-3.7-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r4.ebuild,v 1.4 2004/01/04 17:13:09 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r4.ebuild,v 1.5 2004/02/22 15:59:33 agriffis Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="http://download.berlios.de/ex-vi/${MY_P}.tar.gz" HOMEPAGE="http://ex-vi.berlios.de/" LICENSE="Caldera" SLOT="0" -KEYWORDS="x86 ppc sparc arm mips alpha hppa" +KEYWORDS="x86 ppc sparc mips alpha hppa" # NOTE: vi needs /etc/termcap to function properly with TERM=linux. DEPEND="sys-libs/ncurses diff --git a/app-editors/vi/vi-3.7-r5.ebuild b/app-editors/vi/vi-3.7-r5.ebuild index e7a638ac5f6a..4746ab93f2f1 100644 --- a/app-editors/vi/vi-3.7-r5.ebuild +++ b/app-editors/vi/vi-3.7-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r5.ebuild,v 1.2 2004/01/04 17:14:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r5.ebuild,v 1.3 2004/02/22 15:59:33 agriffis Exp $ IUSE="" @@ -11,7 +11,7 @@ HOMEPAGE="http://ex-vi.berlios.de/" SRC_URI="http://ex-vi.berlios.de/archive/${MY_P}.tar.gz" SLOT="0" LICENSE="Caldera" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64 ~ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64" # NOTE: vi needs /etc/termcap to function properly with TERM=linux. DEPEND="sys-libs/ncurses |