diff options
author | Stuart Longland <redhatter@gentoo.org> | 2010-09-27 21:14:26 +0000 |
---|---|---|
committer | Stuart Longland <redhatter@gentoo.org> | 2010-09-27 21:14:26 +0000 |
commit | 07bcacdfbabbf27daa6aa1d3bb268b4e33c75b45 (patch) | |
tree | 365e832bd59ee44d3324c3268b51221f7eb61796 /app-editors | |
parent | Tested and working on MIPS, keyworded ~mips. Resolves bug #329121. (diff) | |
download | gentoo-2-07bcacdfbabbf27daa6aa1d3bb268b4e33c75b45.tar.gz gentoo-2-07bcacdfbabbf27daa6aa1d3bb268b4e33c75b45.tar.bz2 gentoo-2-07bcacdfbabbf27daa6aa1d3bb268b4e33c75b45.zip |
Tested and working on MIPS, keyworded ~mips. Resolves bug #329121.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |