diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-02-15 13:32:45 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-02-15 13:32:45 +0000 |
commit | ad59f28454882f50dd492f028088467b91873d02 (patch) | |
tree | 85b297d6ff9b17820eca6a1cf72ffbba08b01f67 /app-vim | |
parent | Restore last x86 stable ebuild, sorry. (diff) | |
download | gentoo-2-ad59f28454882f50dd492f028088467b91873d02.tar.gz gentoo-2-ad59f28454882f50dd492f028088467b91873d02.tar.bz2 gentoo-2-ad59f28454882f50dd492f028088467b91873d02.zip |
Sparc stable --- Bug #208468 --- been around for a while and works.
(Portage version: 2.2_pre2)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/taglist/taglist-4.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 9a17a8eae56b..194586b79dcd 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/taglist -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.49 2007/11/29 03:47:35 hawking Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.50 2008/02/15 13:32:45 fmccor Exp $ + + 15 Feb 2008; Ferris McCormick <fmccor@gentoo.org> taglist-4.5.ebuild: + Sparc stable --- Bug #208468 --- been around for a while and works. *taglist-4.5 (29 Nov 2007) diff --git a/app-vim/taglist/taglist-4.5.ebuild b/app-vim/taglist/taglist-4.5.ebuild index 16e99cec6de7..6b0f6d29acb7 100644 --- a/app-vim/taglist/taglist-4.5.ebuild +++ b/app-vim/taglist/taglist-4.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.1 2007/11/29 03:47:35 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.5.ebuild,v 1.2 2008/02/15 13:32:45 fmccor 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" |