diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-08 13:41:16 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-08 13:41:16 +0000 |
commit | f46870531d41c0eac859a6564a35f4793019f2b1 (patch) | |
tree | b5bb59fb8dffea3e5115f84d21fe531acefd6245 /app-vim/gtk-syntax | |
parent | x86 stable, bug #487180 (diff) | |
download | gentoo-2-f46870531d41c0eac859a6564a35f4793019f2b1.tar.gz gentoo-2-f46870531d41c0eac859a6564a35f4793019f2b1.tar.bz2 gentoo-2-f46870531d41c0eac859a6564a35f4793019f2b1.zip |
x86 stable, bug #492350
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
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-20130716.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 0bc85fae4290..3aa7cf38b90d 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.67 2013/12/01 19:19:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.68 2013/12/08 13:41:16 johu Exp $ + + 08 Dec 2013; Johannes Huber <johu@gentoo.org> gtk-syntax-20130716.ebuild: + x86 stable, bug #492350 01 Dec 2013; Markus Meier <maekke@gentoo.org> gtk-syntax-20130716.ebuild: arm stable, bug #492350 diff --git a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild index c2bdec630ade..d07edd4982f5 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20130716.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-20130716.ebuild,v 1.3 2013/12/01 19:19:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild,v 1.4 2013/12/08 13:41:16 johu Exp $ EAPI=5 @@ -9,4 +9,4 @@ 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" |