summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-vim/neocomplcache/ChangeLog8
-rw-r--r--app-vim/neocomplcache/neocomplcache-7.1.ebuild6
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"