diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-04-12 18:54:49 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-04-12 18:54:49 +0000 |
commit | 0e301a9040f85091e8d1f874a5688fce60ad6fde (patch) | |
tree | 9ec4555910a6eb233ed9c34319c292c374660d48 /app-vim | |
parent | Enable python-kmod support using ebuild patch from Mike Gilbert (diff) | |
download | gentoo-2-0e301a9040f85091e8d1f874a5688fce60ad6fde.tar.gz gentoo-2-0e301a9040f85091e8d1f874a5688fce60ad6fde.tar.bz2 gentoo-2-0e301a9040f85091e8d1f874a5688fce60ad6fde.zip |
Stable for amd64 wrt bug #502642
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/tagbar/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/tagbar/ChangeLog b/app-vim/tagbar/ChangeLog index 5f46d6659350..b4fefda88ec0 100644 --- a/app-vim/tagbar/ChangeLog +++ b/app-vim/tagbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/tagbar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.8 2014/01/25 06:34:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.9 2014/04/12 18:54:49 nimiux Exp $ + + 12 Apr 2014; Chema Alonso <nimiux@gentoo.org> tagbar-2.6.1.ebuild: + Stable for amd64 wrt bug #502642 25 Jan 2014; Tim Harder <radhermit@gentoo.org> -tagbar-2.2.ebuild, -tagbar-2.4.1.ebuild: diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild b/app-vim/tagbar/tagbar-2.6.1.ebuild index b0ad82f5c8d5..addb06d8a364 100644 --- a/app-vim/tagbar/tagbar-2.6.1.ebuild +++ b/app-vim/tagbar/tagbar-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/tagbar-2.6.1.ebuild,v 1.1 2014/01/25 06:34:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/tagbar-2.6.1.ebuild,v 1.2 2014/04/12 18:54:49 nimiux Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://majutsushi.github.com/tagbar/ http://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=">=dev-util/ctags-5.5" |