diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-17 16:30:12 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-17 16:30:12 +0000 |
commit | 1fc1cb4c2336af7f8498df992648167936837b20 (patch) | |
tree | 693193d72e0b640ac0b8e1132b4f2ca82a99c767 /app-editors | |
parent | mark stable on x86 (diff) | |
download | gentoo-2-1fc1cb4c2336af7f8498df992648167936837b20.tar.gz gentoo-2-1fc1cb4c2336af7f8498df992648167936837b20.tar.bz2 gentoo-2-1fc1cb4c2336af7f8498df992648167936837b20.zip |
the editor of the gods, stable on ppc64
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 108e4397c4b1..d795bce9a60c 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.98 2004/07/16 16:51:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.99 2004/07/17 16:30:12 tgall Exp $ + + 17 Jul 2004; Tom Gall <tgall@gentoo.org> vim-core-6.3-r1.ebuild: + stable on ppc64 16 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> vim-core-6.3-r1.ebuild: Stable on alpha. diff --git a/app-editors/vim-core/vim-core-6.3-r1.ebuild b/app-editors/vim-core/vim-core-6.3-r1.ebuild index 2c40659889c3..deb574834f82 100644 --- a/app-editors/vim-core/vim-core-6.3-r1.ebuild +++ b/app-editors/vim-core/vim-core-6.3-r1.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.3-r1.ebuild,v 1.7 2004/07/16 16:51:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3-r1.ebuild,v 1.8 2004/07/17 16:30:12 tgall Exp $ inherit vim @@ -19,6 +19,6 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="x86 sparc mips ppc alpha amd64 ~ia64 ~arm hppa ~ppc64 ~s390" +KEYWORDS="x86 sparc mips ppc alpha amd64 ~ia64 ~arm hppa ppc64 ~s390" IUSE="nls" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass |