diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-15 14:56:19 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-15 14:56:19 +0000 |
commit | b1cc81262294045ccc5299f3bd693f6f588a9c0e (patch) | |
tree | cd0a3c75ec387ce94061aa9ff35950770c4ed4c8 /app-vim | |
parent | Stable for HPPA (bug #469780). (diff) | |
download | gentoo-2-b1cc81262294045ccc5299f3bd693f6f588a9c0e.tar.gz gentoo-2-b1cc81262294045ccc5299f3bd693f6f588a9c0e.tar.bz2 gentoo-2-b1cc81262294045ccc5299f3bd693f6f588a9c0e.zip |
Stable for HPPA (bug #469790).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20121015.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 48b1aaa00ab7..3d3779395ee6 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.57 2013/05/14 11:41:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.58 2013/05/15 14:56:19 jer Exp $ + + 15 May 2013; Jeroen Roovers <jer@gentoo.org> gtk-syntax-20121015.ebuild: + Stable for HPPA (bug #469790). 14 May 2013; Agostino Sarubbo <ago@gentoo.org> gtk-syntax-20121015.ebuild: Stable for arm, wrt bug #469790 diff --git a/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild index c0985a3137fa..95e164b3b057 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild,v 1.5 2013/05/14 11:41:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild,v 1.6 2013/05/15 14:56:19 jer Exp $ EAPI=5 @@ -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="vim" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" |