diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-11 18:57:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-11 18:57:25 +0000 |
commit | 993e19bd09e7f968a4f02789b7a44566b6b6367a (patch) | |
tree | 125b1bac386459def5ff0298b939afdce4943606 /app-vim | |
parent | Stable for ppc, wrt bug #464160 (diff) | |
download | gentoo-2-993e19bd09e7f968a4f02789b7a44566b6b6367a.tar.gz gentoo-2-993e19bd09e7f968a4f02789b7a44566b6b6367a.tar.bz2 gentoo-2-993e19bd09e7f968a4f02789b7a44566b6b6367a.zip |
Stable for ppc, wrt bug #464418
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/taglist/taglist-4.6.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 8bbb508c0e69..f578c395ff98 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/taglist # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.60 2013/04/10 17:04:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.61 2013/04/11 18:57:25 ago Exp $ + + 11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild: + Stable for ppc, wrt bug #464418 10 Apr 2013; Jeroen Roovers <jer@gentoo.org> taglist-4.6.ebuild: Stable for HPPA (bug #464418). @@ -229,4 +232,3 @@ Yegappan Lakshmanan. His response: "Feel free to include the Vim plugins in the Gentoo Linux ebuilds. You can use the license used by Vim for the Vim plugins also." - diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild index c67b412a68e4..7250d3c7f458 100644 --- a/app-vim/taglist/taglist-4.6.ebuild +++ b/app-vim/taglist/taglist-4.6.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/taglist/taglist-4.6.ebuild,v 1.3 2013/04/10 17:04:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.4 2013/04/11 18:57:25 ago Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit vim-plugin eutils DESCRIPTION="vim plugin: ctags-based source code browser" HOMEPAGE="http://vim-taglist.sourceforge.net/" LICENSE="vim" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" RDEPEND="dev-util/ctags" |