diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 12:24:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 12:24:06 +0000 |
commit | dcead4d76850a2db3157fc59ff1e6302bd386e92 (patch) | |
tree | f3c56b7fb5d8ae6f0709c0bf184f1db95bb3896a /app-vim | |
parent | Add back s390 #228025. (diff) | |
download | gentoo-2-dcead4d76850a2db3157fc59ff1e6302bd386e92.tar.gz gentoo-2-dcead4d76850a2db3157fc59ff1e6302bd386e92.tar.bz2 gentoo-2-dcead4d76850a2db3157fc59ff1e6302bd386e92.zip |
s390 love
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20070925.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/gtk-syntax/gtk-syntax-20070925.ebuild b/app-vim/gtk-syntax/gtk-syntax-20070925.ebuild index 17a265d2d01e..75300364dcda 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20070925.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20070925.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20070925.ebuild,v 1.3 2008/09/28 15:19:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20070925.ebuild,v 1.4 2008/12/07 12:24:06 vapier 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 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~x86 ~x86-fbsd" IUSE="" |