diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 00:52:51 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 00:52:51 +0000 |
commit | 3a58714b860fc7ae474bfbbc9bc9db4350985b09 (patch) | |
tree | 69a3af98dabfb9a1200e574b343613cd002af6f0 /app-vim | |
parent | x86 stable wrt bug #500494 (diff) | |
download | gentoo-2-3a58714b860fc7ae474bfbbc9bc9db4350985b09.tar.gz gentoo-2-3a58714b860fc7ae474bfbbc9bc9db4350985b09.tar.bz2 gentoo-2-3a58714b860fc7ae474bfbbc9bc9db4350985b09.zip |
x86 stable wrt bug #481880
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/neocomplcache/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/neocomplcache/neocomplcache-7.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/neocomplcache/ChangeLog b/app-vim/neocomplcache/ChangeLog index 509e8e510d46..09b6a3851863 100644 --- a/app-vim/neocomplcache/ChangeLog +++ b/app-vim/neocomplcache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/neocomplcache -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/neocomplcache/ChangeLog,v 1.4 2012/09/18 04:03:24 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/neocomplcache/ChangeLog,v 1.5 2014/02/24 00:52:51 phajdan.jr Exp $ + + 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + neocomplcache-7.1.ebuild: + x86 stable wrt bug #481880 18 Sep 2012; Tim Harder <radhermit@gentoo.org> -neocomplcache-6.0.ebuild: Remove old. diff --git a/app-vim/neocomplcache/neocomplcache-7.1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1.ebuild index 5b52cc0673fe..7fd093575c3f 100644 --- a/app-vim/neocomplcache/neocomplcache-7.1.ebuild +++ b/app-vim/neocomplcache/neocomplcache-7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/neocomplcache/neocomplcache-7.1.ebuild,v 1.1 2012/09/18 04:02:54 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/neocomplcache/neocomplcache-7.1.ebuild,v 1.2 2014/02/24 00:52:51 phajdan.jr Exp $ EAPI=4 @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: ultimate auto completion system" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" VIM_PLUGIN_HELPFILES="${PN}.txt" |