diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-08-01 04:44:02 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-08-01 04:44:02 +0000 |
commit | b8912dc362299228943800eb83162fb48ab164eb (patch) | |
tree | d04d9020aedb5732d1fc6b1830e77b408fe322cd /app-vim/eselect-syntax/eselect-syntax-20070506.ebuild | |
parent | Place lists at correct location, bug#187320, thanks to Paul Taylor (diff) | |
download | historical-b8912dc362299228943800eb83162fb48ab164eb.tar.gz historical-b8912dc362299228943800eb83162fb48ab164eb.tar.bz2 historical-b8912dc362299228943800eb83162fb48ab164eb.zip |
Stable on mips.
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'app-vim/eselect-syntax/eselect-syntax-20070506.ebuild')
-rw-r--r-- | app-vim/eselect-syntax/eselect-syntax-20070506.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild b/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild index 924e67ce7674..2f0ea4383e8d 100644 --- a/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild +++ b/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild,v 1.8 2007/08/01 03:58:07 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild,v 1.9 2007/08/01 04:44:02 kumba Exp $ inherit eutils vim-plugin @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="vim" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" DEPEND="!<app-vim/gentoo-syntax-20070506" |