diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-04-29 14:32:47 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-04-29 14:32:47 +0000 |
commit | 32d57545e3c53a979624bb8613b5710f22e16b13 (patch) | |
tree | ec1ffc3b6036b589906458da5fd342bb0524dfd1 /app-vim | |
parent | New version, masked pending the great ghc-6.6.x unmasking (diff) | |
download | gentoo-2-32d57545e3c53a979624bb8613b5710f22e16b13.tar.gz gentoo-2-32d57545e3c53a979624bb8613b5710f22e16b13.tar.bz2 gentoo-2-32d57545e3c53a979624bb8613b5710f22e16b13.zip |
Marked stable on amd64.
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-spell-en/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/vim-spell-en/vim-spell-en-20060123.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/vim-spell-en/ChangeLog b/app-vim/vim-spell-en/ChangeLog index 74ca148a89d2..27cdcd13bd61 100644 --- a/app-vim/vim-spell-en/ChangeLog +++ b/app-vim/vim-spell-en/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vim-spell-en -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-en/ChangeLog,v 1.10 2006/10/27 22:25:14 pylon Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-en/ChangeLog,v 1.11 2007/04/29 14:32:47 kugelfang Exp $ + + 29 Apr 2007; Danny van Dyk <kugelfang@gentoo.org> + vim-spell-en-20060123.ebuild: + Marked stable on amd64. 27 Oct 2006; Lars Weiler <pylon@gentoo.org> vim-spell-en-20060123.ebuild: vimspell dictionaries also work on PowerPC. Added ~pcc. diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild index 6882984b433c..26e94d380646 100644 --- a/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild +++ b/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild,v 1.5 2006/10/27 22:25:14 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild,v 1.6 2007/04/29 14:32:47 kugelfang Exp $ VIM_SPELL_LANGUAGE="English" inherit vim-spell LICENSE="BSD LGPL-2.1 public-domain" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" |