diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-11 13:34:19 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-11 13:34:19 +0000 |
commit | 8dcf40e061c6f14f7544f1f43fdad977c6de80e5 (patch) | |
tree | 7539069bf7523760f995f8dc5400a026cbc64c1f /app-vim/gtk-syntax | |
parent | Stable on amd64 wrt bug #345057 (diff) | |
download | gentoo-2-8dcf40e061c6f14f7544f1f43fdad977c6de80e5.tar.gz gentoo-2-8dcf40e061c6f14f7544f1f43fdad977c6de80e5.tar.bz2 gentoo-2-8dcf40e061c6f14f7544f1f43fdad977c6de80e5.zip |
Stable on amd64 wrt bug #345059
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/gtk-syntax')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20091024.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index b46a66987165..fac2ce02a44c 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/gtk-syntax # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.33 2010/10/07 03:19:29 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.34 2010/11/11 13:34:19 hwoarang Exp $ + + 11 Nov 2010; Markos Chandras <hwoarang@gentoo.org> + gtk-syntax-20091024.ebuild: + Stable on amd64 wrt bug #345059 07 Oct 2010; Mart Raudsepp <leio@gentoo.org> gtk-syntax-20060423.ebuild: Drop to ~mips diff --git a/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild b/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild index b399deb633a6..af62669b3bd7 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild,v 1.1 2010/10/03 17:26:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild,v 1.2 2010/11/11 13:34:19 hwoarang Exp $ inherit vim-plugin 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 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" |