diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-03-03 15:58:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-03-03 15:58:36 +0000 |
commit | a14c84f787c3129841f49cbdc3daf0a21fc8ef3f (patch) | |
tree | d25a17155a7763e86f805c5348a2385f022e2f8d /app-editors/vim-core | |
parent | updates from x86 (diff) | |
download | historical-a14c84f787c3129841f49cbdc3daf0a21fc8ef3f.tar.gz historical-a14c84f787c3129841f49cbdc3daf0a21fc8ef3f.tar.bz2 historical-a14c84f787c3129841f49cbdc3daf0a21fc8ef3f.zip |
stable on x86, alpha, ia64
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index a3c549aa8923..e8938e7183f9 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 Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.58 2004/02/22 16:02:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.59 2004/03/03 15:52:56 agriffis Exp $ + + 03 Mar 2004; <agriffis@gentoo.org> vim-core-6.2-r7.ebuild: + stable on x86, alpha, ia64 22 Feb 2004; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r1.ebuild, vim-core-6.2-r2.ebuild, vim-core-6.2-r3.ebuild, vim-core-6.2-r4.ebuild, diff --git a/app-editors/vim-core/vim-core-6.2-r7.ebuild b/app-editors/vim-core/vim-core-6.2-r7.ebuild index a86661f31a05..9e1202bdd9da 100644 --- a/app-editors/vim-core/vim-core-6.2-r7.ebuild +++ b/app-editors/vim-core/vim-core-6.2-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r7.ebuild,v 1.2 2004/02/22 16:02:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r7.ebuild,v 1.3 2004/03/03 15:52:56 agriffis Exp $ inherit vim @@ -18,5 +18,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86 ~amd64 ~ia64" +KEYWORDS="alpha ~hppa ~mips ~ppc ~sparc x86 ~amd64 ia64" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass |