diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-04-08 08:21:02 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-04-08 08:21:02 +0000 |
commit | e8bc542350d173f5ea01ac152e7c56a7ae619442 (patch) | |
tree | aaf9e55fcd27967cfabe84f05e0a77d05e598935 /app-vim | |
parent | Fix for installing ini files in the tree. Bug 464900 (diff) | |
download | gentoo-2-e8bc542350d173f5ea01ac152e7c56a7ae619442.tar.gz gentoo-2-e8bc542350d173f5ea01ac152e7c56a7ae619442.tar.bz2 gentoo-2-e8bc542350d173f5ea01ac152e7c56a7ae619442.zip |
Stable for amd64 wrt bug #464418
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-vim')
-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 0da5c4a9ec28..b9abdeddd91f 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.58 2013/03/02 10:08:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.59 2013/04/08 08:21:02 nimiux Exp $ + + 08 Apr 2013; Chema Alonso <nimiux@gentoo.org> taglist-4.6.ebuild: + Stable for amd64 wrt bug #464418 *taglist-4.6 (02 Mar 2013) diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild index cefe3aa611a2..a7da5c03d335 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.1 2013/03/02 10:08:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.2 2013/04/08 08:21:02 nimiux 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" |