diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2005-09-05 04:36:23 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2005-09-05 04:36:23 +0000 |
commit | 1534b270250cd8377fc476c1114ba2e86bf59526 (patch) | |
tree | 7dfc84096b9b11259220a3f573e4eda7effd2f0a /app-vim | |
parent | Added taglist (diff) | |
download | gentoo-2-1534b270250cd8377fc476c1114ba2e86bf59526.tar.gz gentoo-2-1534b270250cd8377fc476c1114ba2e86bf59526.tar.bz2 gentoo-2-1534b270250cd8377fc476c1114ba2e86bf59526.zip |
Testing ppc-macos Progressive profile
(Portage version: 2.0.51.21)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/taglist/taglist-4.0_beta2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index f9202def6614..09226b726062 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/taglist # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.40 2005/08/05 16:02:34 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.41 2005/09/05 04:36:23 j4rg0n Exp $ + + 05 Sep 2005; Lina Pezzella <j4rg0n@gentoo.org> taglist-4.0_beta2.ebuild: + Testing ppc-macos Progressive profile *taglist-4.0_beta2 (05 Aug 2005) diff --git a/app-vim/taglist/taglist-4.0_beta2.ebuild b/app-vim/taglist/taglist-4.0_beta2.ebuild index cf215b0faaf2..e0f24a9c5839 100644 --- a/app-vim/taglist/taglist-4.0_beta2.ebuild +++ b/app-vim/taglist/taglist-4.0_beta2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.0_beta2.ebuild,v 1.1 2005/08/05 16:02:34 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.0_beta2.ebuild,v 1.2 2005/09/05 04:36:23 j4rg0n Exp $ inherit vim-plugin eutils @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: ctags-based source code browser" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=273" LICENSE="vim" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc-macos" IUSE="" RDEPEND="dev-util/ctags" |