diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 02:43:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 02:43:18 +0000 |
commit | f08ac9ce8e09611cbb9c3afa94591c3a47afa899 (patch) | |
tree | ce8f1bd73fe74f7c0ab5a515983541d1a403f8c4 /app-vim/multiplesearch | |
parent | ia64 stable #66667 (Manifest recommit) (diff) | |
download | gentoo-2-f08ac9ce8e09611cbb9c3afa94591c3a47afa899.tar.gz gentoo-2-f08ac9ce8e09611cbb9c3afa94591c3a47afa899.tar.bz2 gentoo-2-f08ac9ce8e09611cbb9c3afa94591c3a47afa899.zip |
ia64 stable #66667
Diffstat (limited to 'app-vim/multiplesearch')
-rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild b/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild index a27386e5b07a..e38e2e73de8c 100644 --- a/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild +++ b/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild,v 1.2 2004/10/07 16:39:41 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild,v 1.3 2004/10/08 02:41:15 vapier Exp $ inherit vim-plugin DESCRIPTION="vim plugin: allows multiple highlighted searches" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479" + LICENSE="vim" -KEYWORDS="~alpha sparc x86 ~ia64 mips ~ppc" +KEYWORDS="~alpha ia64 mips ~ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="MultipleSearch" |