diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-02-17 20:40:46 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-02-17 20:40:46 +0000 |
commit | b28008728987f1fdfe8a2ee234651b1902c57053 (patch) | |
tree | bd7d29222ff23e70a88f970ce3e0510e701a2c11 /app-editors | |
parent | generall cleanups, suggested by Diego Pettenò <dgp85@users.sourceforge.net>.... (diff) | |
download | gentoo-2-b28008728987f1fdfe8a2ee234651b1902c57053.tar.gz gentoo-2-b28008728987f1fdfe8a2ee234651b1902c57053.tar.bz2 gentoo-2-b28008728987f1fdfe8a2ee234651b1902c57053.zip |
Stable on x86, sparc, mips
(Portage version: 2.0.51.16)
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-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index f23f3cc99c23..97a675f9c4f3 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.131 2005/02/01 19:14:24 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.132 2005/02/17 20:40:46 ciaranm Exp $ + + 17 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org> vim-core-6.3-r4.ebuild: + Stable on x86, sparc, mips *vim-core-7.0_alpha20050201 (01 Feb 2005) diff --git a/app-editors/vim-core/vim-core-6.3-r4.ebuild b/app-editors/vim-core/vim-core-6.3-r4.ebuild index d88e47a45b69..1d68cc731caf 100644 --- a/app-editors/vim-core/vim-core-6.3-r4.ebuild +++ b/app-editors/vim-core/vim-core-6.3-r4.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-editors/vim-core/vim-core-6.3-r4.ebuild,v 1.1 2005/01/21 22:26:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3-r4.ebuild,v 1.2 2005/02/17 20:40:46 ciaranm Exp $ inherit vim @@ -18,7 +18,7 @@ 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="${IUSE} nls" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass PDEPEND="!livecd? ( app-vim/gentoo-syntax )" |