summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-12-01 00:56:16 +0000
committerJohannes Huber <johu@gentoo.org>2013-12-01 00:56:16 +0000
commit5b7da197e03b0ab4029afb70f1f0c87e8a300d1c (patch)
treea815197d59cf8c25b36ffdc5622a84256082dcc3 /app-vim/syntastic
parentx86 stable wrt bug #481878 (diff)
downloadgentoo-2-5b7da197e03b0ab4029afb70f1f0c87e8a300d1c.tar.gz
gentoo-2-5b7da197e03b0ab4029afb70f1f0c87e8a300d1c.tar.bz2
gentoo-2-5b7da197e03b0ab4029afb70f1f0c87e8a300d1c.zip
x86 stable wrt bug #481884
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'app-vim/syntastic')
-rw-r--r--app-vim/syntastic/ChangeLog5
-rw-r--r--app-vim/syntastic/syntastic-3.1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/syntastic/ChangeLog b/app-vim/syntastic/ChangeLog
index 2172a59bf5ed..814245de667d 100644
--- a/app-vim/syntastic/ChangeLog
+++ b/app-vim/syntastic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/syntastic
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.4 2013/11/11 05:54:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.5 2013/12/01 00:56:16 johu Exp $
+
+ 01 Dec 2013; Johannes Huber <johu@gentoo.org> syntastic-3.1.0.ebuild:
+ x86 stable wrt bug #481884
*syntastic-3.2.0 (11 Nov 2013)
diff --git a/app-vim/syntastic/syntastic-3.1.0.ebuild b/app-vim/syntastic/syntastic-3.1.0.ebuild
index a53ca993fc6f..43bbdcb81a51 100644
--- a/app-vim/syntastic/syntastic-3.1.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.2 2013/11/05 16:44:39 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.3 2013/12/01 00:56:16 johu Exp $
EAPI=5
inherit vim-plugin
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax checking using external tools"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="WTFPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
VIM_PLUGIN_HELPFILES="${PN}"