diff options
author | 2013-05-16 13:09:42 +0000 | |
---|---|---|
committer | 2013-05-16 13:09:42 +0000 | |
commit | a5974da1b9899e38ad9383152f366f6f7f3e74ff (patch) | |
tree | ed13438741040412fd5a334fa4456030465ea5c1 /app-vim/gtk-syntax | |
parent | Stable for ppc, wrt bug #463066 (diff) | |
download | gentoo-2-a5974da1b9899e38ad9383152f366f6f7f3e74ff.tar.gz gentoo-2-a5974da1b9899e38ad9383152f366f6f7f3e74ff.tar.bz2 gentoo-2-a5974da1b9899e38ad9383152f366f6f7f3e74ff.zip |
Stable for ppc, wrt bug #469790
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
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-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 3d3779395ee6..b29b774dc0a0 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.58 2013/05/15 14:56:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.59 2013/05/16 13:09:42 ago Exp $ + + 16 May 2013; Agostino Sarubbo <ago@gentoo.org> gtk-syntax-20121015.ebuild: + Stable for ppc, wrt bug #469790 15 May 2013; Jeroen Roovers <jer@gentoo.org> gtk-syntax-20121015.ebuild: Stable for HPPA (bug #469790). diff --git a/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild index 95e164b3b057..16bd46eaf70e 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.6 2013/05/15 14:56:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild,v 1.7 2013/05/16 13:09:42 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="" |