diff options
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20060423.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 0860015b8e23..a87ed0193d18 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gtk-syntax # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.21 2007/11/20 06:10:36 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.22 2007/12/01 17:09:46 corsair Exp $ + + 01 Dec 2007; Markus Rothe <corsair@gentoo.org> gtk-syntax-20060423.ebuild: + Stable on ppc64 20 Nov 2007; Joshua Kinard <kumba@gentoo.org> gtk-syntax-20060423.ebuild: Stable on mips. diff --git a/app-vim/gtk-syntax/gtk-syntax-20060423.ebuild b/app-vim/gtk-syntax/gtk-syntax-20060423.ebuild index c6c34641cab2..e4383ec8e9c9 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20060423.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20060423.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20060423.ebuild,v 1.6 2007/11/20 06:10:36 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20060423.ebuild,v 1.7 2007/12/01 17:09:46 corsair Exp $ inherit vim-plugin @@ -8,5 +8,5 @@ DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome and more" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 hppa ~ia64 mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 hppa ~ia64 mips ~ppc ppc64 sparc ~x86 ~x86-fbsd" IUSE="" |