diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-12-12 14:09:48 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-12-12 14:09:48 +0000 |
commit | 02b1ea7d25563b2bd1bd8c89c32d594cf0202573 (patch) | |
tree | 94d3819f890365f25d76a312e313c56088699737 /app-vim/gtk-syntax | |
parent | Fix broken gpg sig due to bug #493834 (diff) | |
download | gentoo-2-02b1ea7d25563b2bd1bd8c89c32d594cf0202573.tar.gz gentoo-2-02b1ea7d25563b2bd1bd8c89c32d594cf0202573.tar.bz2 gentoo-2-02b1ea7d25563b2bd1bd8c89c32d594cf0202573.zip |
Stable for amd64 wrt bug #492350
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
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 3aa7cf38b90d..a862f54f68c7 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.68 2013/12/08 13:41:16 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.69 2013/12/12 14:09:48 nimiux Exp $ + + 12 Dec 2013; Chema Alonso <nimiux@gentoo.org> gtk-syntax-20130716.ebuild: + Stable for amd64 wrt bug #492350 08 Dec 2013; Johannes Huber <johu@gentoo.org> gtk-syntax-20130716.ebuild: x86 stable, bug #492350 diff --git a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild index d07edd4982f5..5124e6876c51 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.4 2013/12/08 13:41:16 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild,v 1.5 2013/12/12 14:09:48 nimiux 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" |