diff options
-rw-r--r-- | app-vim/taglist/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/taglist/taglist-4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 722b3334d822..0a99edb00d49 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.63 2013/04/12 17:22:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.64 2013/04/13 07:35:12 ago Exp $ + + 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild: + Stable for sparc, wrt bug #464418 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> taglist-4.6.ebuild: Stable for ia64, wrt bug #464418 diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild index 2d8ed6762455..bbf755253b5d 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.6 2013/04/12 17:22:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.7 2013/04/13 07:35:12 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" |