diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-10 07:38:28 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-10 07:38:28 +0000 |
commit | 0ac7b864f1cbc6412bdc7d197d2014839b37640f (patch) | |
tree | 8ebcca27813e235f9dcf5334ed653f57307b0659 /app-vim | |
parent | Fix building against lua-5.2 (bug #407089). Thanks to Amadeusz Żołnowski fo... (diff) | |
download | gentoo-2-0ac7b864f1cbc6412bdc7d197d2014839b37640f.tar.gz gentoo-2-0ac7b864f1cbc6412bdc7d197d2014839b37640f.tar.bz2 gentoo-2-0ac7b864f1cbc6412bdc7d197d2014839b37640f.zip |
Stable for arm (bug #391473).
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 96308ffa7d6d..413681667dd3 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gtk-syntax # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.49 2012/03/04 21:36:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.50 2012/03/10 07:38:28 radhermit Exp $ + + 10 Mar 2012; Tim Harder <radhermit@gentoo.org> gtk-syntax-20110214-r1.ebuild: + Stable for arm (bug #391473). 04 Mar 2012; Tim Harder <radhermit@gentoo.org> -gtk-syntax-20091024.ebuild: Remove old. diff --git a/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild index 5ef228ba540e..044715951dfa 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild,v 1.7 2012/03/03 16:04:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild,v 1.8 2012/03/10 07:38:28 radhermit Exp $ EAPI=3 @@ -9,5 +9,5 @@ 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="" |