diff options
author | Markus Meier <maekke@gentoo.org> | 2008-02-16 09:59:52 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-02-16 09:59:52 +0000 |
commit | 97638fc66eaff56da614de5dc2e7f685c502994e (patch) | |
tree | a7e4a92c21b1023ca2d3f5ab7186f5efcaae5da7 /app-vim | |
parent | x86 stable, bug #207095 (diff) | |
download | gentoo-2-97638fc66eaff56da614de5dc2e7f685c502994e.tar.gz gentoo-2-97638fc66eaff56da614de5dc2e7f685c502994e.tar.bz2 gentoo-2-97638fc66eaff56da614de5dc2e7f685c502994e.zip |
x86 stable, bug #208468
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/taglist/taglist-4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 2820cfff7b36..85c1211437f2 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/taglist # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.51 2008/02/15 19:41:06 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.52 2008/02/16 09:59:52 maekke Exp $ + + 16 Feb 2008; Markus Meier <maekke@gentoo.org> taglist-4.5.ebuild: + x86 stable, bug #208468 15 Feb 2008; nixnut <nixnut@gentoo.org> taglist-4.5.ebuild: Stable on ppc wrt bug 208468 diff --git a/app-vim/taglist/taglist-4.5.ebuild b/app-vim/taglist/taglist-4.5.ebuild index 676e040c71de..e50248d38213 100644 --- a/app-vim/taglist/taglist-4.5.ebuild +++ b/app-vim/taglist/taglist-4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.5.ebuild,v 1.3 2008/02/15 19:41:06 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.5.ebuild,v 1.4 2008/02/16 09:59:52 maekke Exp $ inherit vim-plugin eutils @@ -8,7 +8,7 @@ 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" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc sparc x86" IUSE="" RDEPEND="dev-util/ctags" |