diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-11-14 17:13:15 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-11-14 17:13:15 +0000 |
commit | 98f17ee973bd222b53e2360ca68ba72f133ccc32 (patch) | |
tree | 4353924de3cc6010046248f8b79184cd082f281b /app-vim | |
parent | stable x86, bug 345181 (diff) | |
download | gentoo-2-98f17ee973bd222b53e2360ca68ba72f133ccc32.tar.gz gentoo-2-98f17ee973bd222b53e2360ca68ba72f133ccc32.tar.bz2 gentoo-2-98f17ee973bd222b53e2360ca68ba72f133ccc32.zip |
alpha/ia64/sparc stable
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/multiplesearch/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/multiplesearch/ChangeLog b/app-vim/multiplesearch/ChangeLog index 9c104365c915..6741703f1a35 100644 --- a/app-vim/multiplesearch/ChangeLog +++ b/app-vim/multiplesearch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/multiplesearch # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.18 2010/11/14 11:05:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.19 2010/11/14 17:13:15 armin76 Exp $ + + 14 Nov 2010; Raúl Porcel <armin76@gentoo.org> multiplesearch-1.3.ebuild: + alpha/ia64/sparc stable 14 Nov 2010; Markus Meier <maekke@gentoo.org> multiplesearch-1.3.ebuild: x86 stable, bug #345075 diff --git a/app-vim/multiplesearch/multiplesearch-1.3.ebuild b/app-vim/multiplesearch/multiplesearch-1.3.ebuild index 18ad3eaaa151..d666b0d08ef4 100644 --- a/app-vim/multiplesearch/multiplesearch-1.3.ebuild +++ b/app-vim/multiplesearch/multiplesearch-1.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-vim/multiplesearch/multiplesearch-1.3.ebuild,v 1.3 2010/11/14 11:05:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.3.ebuild,v 1.4 2010/11/14 17:13:15 armin76 Exp $ EAPI=3 @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: allows multiple highlighted searches" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=9276 -> ${P}.zip" LICENSE="vim" -KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc x86" +KEYWORDS="alpha amd64 ia64 ~mips ~ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="MultipleSearch" |