diff options
-rw-r--r-- | app-editors/vim-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 5c118fd5f540..dc885faa2de2 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim-core # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.91 2004/06/25 17:43:28 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.92 2004/06/28 19:24:54 tgall Exp $ + + 28 Jun 2004; Tom Gall <tgall@gentoo.org> vim-core-6.2-r9.ebuild: + stable on ppc64 25 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> -vim-core-6.2-r4.ebuild, -vim-core-6.2-r5.ebuild, -vim-core-6.2-r6.ebuild, -vim-core-6.2-r7.ebuild, diff --git a/app-editors/vim-core/vim-core-6.2-r9.ebuild b/app-editors/vim-core/vim-core-6.2-r9.ebuild index 2a5d489e1816..8b2a67832d8b 100644 --- a/app-editors/vim-core/vim-core-6.2-r9.ebuild +++ b/app-editors/vim-core/vim-core-6.2-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r9.ebuild,v 1.9 2004/06/24 22:03:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r9.ebuild,v 1.10 2004/06/28 19:24:54 tgall Exp $ inherit vim @@ -18,5 +18,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="~x86 ppc sparc mips alpha arm hppa amd64 ~ia64 ~ppc64 s390" +KEYWORDS="~x86 ppc sparc mips alpha arm hppa amd64 ~ia64 ppc64 s390" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass |