diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-05 10:46:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-05 10:46:21 +0000 |
commit | b9b9571eab674993fcd29d083920bd0e7c05e07e (patch) | |
tree | 271c2a9fbe7320f324665767ae7b77f87268326d | |
parent | Fixed building without ipv6 support (bug #497098) (diff) | |
download | gentoo-2-b9b9571eab674993fcd29d083920bd0e7c05e07e.tar.gz gentoo-2-b9b9571eab674993fcd29d083920bd0e7c05e07e.tar.bz2 gentoo-2-b9b9571eab674993fcd29d083920bd0e7c05e07e.zip |
Stable for x86, wrt bug #495360
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-rw-r--r-- | app-vim/syntastic/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/syntastic/syntastic-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-vim/syntastic/ChangeLog b/app-vim/syntastic/ChangeLog index 53d60a7793bf..86d67a8a64a5 100644 --- a/app-vim/syntastic/ChangeLog +++ b/app-vim/syntastic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/syntastic # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.6 2014/01/03 18:09:52 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.7 2014/01/05 10:46:21 ago Exp $ + + 05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> syntastic-3.2.0.ebuild: + Stable for x86, wrt bug #495360 03 Jan 2014; Chema Alonso <nimiux@gentoo.org> syntastic-3.2.0.ebuild: Stable for amd64 wrt bug #495360 @@ -28,4 +31,3 @@ 24 Jul 2013; Tim Harder <radhermit@gentoo.org> +syntastic-3.0.0.ebuild, +syntastic-9999.ebuild, +metadata.xml: Initial import (bug #450946 by Rustam Karimov). - diff --git a/app-vim/syntastic/syntastic-3.2.0.ebuild b/app-vim/syntastic/syntastic-3.2.0.ebuild index ab7cd8a1634c..805afd860b3b 100644 --- a/app-vim/syntastic/syntastic-3.2.0.ebuild +++ b/app-vim/syntastic/syntastic-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild,v 1.2 2014/01/03 18:09:52 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild,v 1.3 2014/01/05 10:46:21 ago 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}" |