diff options
Diffstat (limited to 'app-vim/gtk-syntax')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20030219.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 1bed977d7980..71102163af6c 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.8 2005/01/01 16:51:03 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.9 2005/02/13 18:35:38 corsair Exp $ + + 13 Feb 2005; Markus Rothe <corsair@gentoo.org> gtk-syntax-20030219.ebuild: + Added ~ppc64 to KEYWORDS 27 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org> gtk-syntax-20030219.ebuild: diff --git a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild index 2003be0a536a..0239cdc399ff 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.9 2005/01/01 16:51:03 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.10 2005/02/13 18:35:38 corsair Exp $ inherit vim-plugin DESCRIPTION="vim plugin: GTK+-2.2 syntax highlight" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=570" LICENSE="vim" -KEYWORDS="x86 alpha ia64 sparc ~ppc" +KEYWORDS="x86 alpha ia64 sparc ~ppc ~ppc64" IUSE="" VIM_PLUGIN_HELPTEXT="This plugin automatically adds GTK highlighting to C files." |