diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 15:14:11 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 15:14:11 +0000 |
commit | 658c988ce0e6357e4c5118cc5cdad1946c242ee2 (patch) | |
tree | 71a3fa7c37491e29cbfa896300d241c34c543815 /app-vim/ctx/ctx-1.17.ebuild | |
parent | native-cctools-3: Add mkexpfile helper v1 for AIX. (diff) | |
download | gentoo-2-658c988ce0e6357e4c5118cc5cdad1946c242ee2.tar.gz gentoo-2-658c988ce0e6357e4c5118cc5cdad1946c242ee2.tar.bz2 gentoo-2-658c988ce0e6357e4c5118cc5cdad1946c242ee2.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #481858.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'app-vim/ctx/ctx-1.17.ebuild')
-rw-r--r-- | app-vim/ctx/ctx-1.17.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/ctx/ctx-1.17.ebuild b/app-vim/ctx/ctx-1.17.ebuild index b1bc18761242..7ffc0a5dda2e 100644 --- a/app-vim/ctx/ctx-1.17.ebuild +++ b/app-vim/ctx/ctx-1.17.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/ctx/ctx-1.17.ebuild,v 1.11 2012/10/20 16:19:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ctx/ctx-1.17.ebuild,v 1.12 2013/11/05 15:14:11 chainsaw Exp $ inherit vim-plugin DESCRIPTION="vim plugin: display current scope context in a C file" HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/" LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ia64 ppc x86" +KEYWORDS="alpha amd64 ia64 ppc x86" IUSE="" VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/" |