diff options
Diffstat (limited to 'app-vim/ctx')
-rw-r--r-- | app-vim/ctx/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/ctx/ctx-1.17.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/ctx/ChangeLog b/app-vim/ctx/ChangeLog index d76323eb717a..d0d064d27e31 100644 --- a/app-vim/ctx/ChangeLog +++ b/app-vim/ctx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/ctx -# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/ctx/ChangeLog,v 1.11 2012/10/20 16:19:33 ago Exp $ +# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/ctx/ChangeLog,v 1.12 2013/11/05 15:14:11 chainsaw Exp $ + + 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> ctx-1.17.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani in bug #481858. 20 Oct 2012; Agostino Sarubbo <ago@gentoo.org> ctx-1.17.ebuild: Add ~amd64, wrt bug #439072 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/" |