summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHardave Rior <hardave@gentoo.org>2005-07-23 21:59:06 +0000
committerHardave Rior <hardave@gentoo.org>2005-07-23 21:59:06 +0000
commit528d9242d83c246e075f81a70d323cfcc9788b11 (patch)
treeba9b9d365308fc9b1248358732a7af5deff1c2a8 /app-editors
parentResolving bug #87436 -- upstream needs to provide logging library (diff)
downloadgentoo-2-528d9242d83c246e075f81a70d323cfcc9788b11.tar.gz
gentoo-2-528d9242d83c246e075f81a70d323cfcc9788b11.tar.bz2
gentoo-2-528d9242d83c246e075f81a70d323cfcc9788b11.zip
Stable on mips, bug #99578.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim-core/ChangeLog5
-rw-r--r--app-editors/vim-core/vim-core-6.3.084.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog
index 1d1626e0bac7..07ced50ed380 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.163 2005/07/23 13:56:14 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.164 2005/07/23 21:59:06 hardave Exp $
+
+ 23 Jul 2005; Hardave Riar <hardave@gentoo.org> vim-core-6.3.084.ebuild:
+ Stable on mips, bug #99578.
23 Jul 2005; Bryan Østergaard <kloeri@gentoo.org>
vim-core-6.3.084.ebuild:
diff --git a/app-editors/vim-core/vim-core-6.3.084.ebuild b/app-editors/vim-core/vim-core-6.3.084.ebuild
index edd6703ff735..fd371170e99b 100644
--- a/app-editors/vim-core/vim-core-6.3.084.ebuild
+++ b/app-editors/vim-core/vim-core-6.3.084.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.084.ebuild,v 1.8 2005/07/23 13:56:14 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3.084.ebuild,v 1.9 2005/07/23 21:59:06 hardave Exp $
inherit vim
@@ -21,7 +21,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="vim and gvim shared files"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 mips ppc ppc64 ~s390 sparc x86"
IUSE="nls"
DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass
PDEPEND="!livecd? ( >=app-vim/gentoo-syntax-20050515 )"