From 07bcacdfbabbf27daa6aa1d3bb268b4e33c75b45 Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Mon, 27 Sep 2010 21:14:26 +0000 Subject: Tested and working on MIPS, keyworded ~mips. Resolves bug #329121. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- app-editors/vim/vim-7.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-editors') diff --git a/app-editors/vim/vim-7.3.ebuild b/app-editors/vim/vim-7.3.ebuild index 6ff26911cbdc..059a7de5df64 100644 --- a/app-editors/vim/vim-7.3.ebuild +++ b/app-editors/vim/vim-7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.ebuild,v 1.1 2010/08/16 20:11:30 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.ebuild,v 1.2 2010/09/27 21:14:26 redhatter Exp $ EAPI=3 VIM_VERSION="7.3" @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2" S="${WORKDIR}/vim${VIM_VERSION/.}" DESCRIPTION="Vim, an improved vi-style text editor" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" src_prepare() { -- cgit v1.2.3-65-gdbad