diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-16 15:41:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-16 15:41:58 +0000 |
commit | 1e989e878346d0029bba66f11d06ef321e1a6eb3 (patch) | |
tree | fb758620517d35eca205608b92c6a524e0af3005 /app-vim | |
parent | Stable for ppc64, wrt bug #463066 (diff) | |
download | gentoo-2-1e989e878346d0029bba66f11d06ef321e1a6eb3.tar.gz gentoo-2-1e989e878346d0029bba66f11d06ef321e1a6eb3.tar.bz2 gentoo-2-1e989e878346d0029bba66f11d06ef321e1a6eb3.zip |
Stable for ppc64, wrt bug #469790
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
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 b29b774dc0a0..c71bf34134a2 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.59 2013/05/16 13:09:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.60 2013/05/16 15:41:58 ago Exp $ + + 16 May 2013; Agostino Sarubbo <ago@gentoo.org> gtk-syntax-20121015.ebuild: + Stable for ppc64, wrt bug #469790 16 May 2013; Agostino Sarubbo <ago@gentoo.org> gtk-syntax-20121015.ebuild: Stable for ppc, wrt bug #469790 diff --git a/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild index 16bd46eaf70e..e50bcd7fa3e0 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.7 2013/05/16 13:09:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild,v 1.8 2013/05/16 15:41:58 ago 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="" |