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 | 527e32f838ef3191573b3db4ddba534e3b788425 (patch) | |
tree | 5315de24fc712e257cd37b43536cf5e7690ef479 /app-vim | |
parent | Place lists at correct location, bug#187320, thanks to Paul Taylor (diff) | |
download | gentoo-2-527e32f838ef3191573b3db4ddba534e3b788425.tar.gz gentoo-2-527e32f838ef3191573b3db4ddba534e3b788425.tar.bz2 gentoo-2-527e32f838ef3191573b3db4ddba534e3b788425.zip |
Stable on mips.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/eselect-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/eselect-syntax/eselect-syntax-20070506.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/eselect-syntax/ChangeLog b/app-vim/eselect-syntax/ChangeLog index c830d738a288..abc13ac46a89 100644 --- a/app-vim/eselect-syntax/ChangeLog +++ b/app-vim/eselect-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/eselect-syntax # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/eselect-syntax/ChangeLog,v 1.8 2007/08/01 03:58:07 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/eselect-syntax/ChangeLog,v 1.9 2007/08/01 04:44:02 kumba Exp $ + + 01 Aug 2007; Joshua Kinard <kumba@gentoo.org> + eselect-syntax-20070506.ebuild: + Stable on mips. 01 Aug 2007; <metalgod@gentoo.org> eselect-syntax-20070506.ebuild: Stable on amd64. See bug #185691. 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" |