summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-07-21 22:58:44 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-07-21 22:58:44 +0000
commitdb3c2fe84d3b1536c8eb27078d2ad0740f1b369e (patch)
tree63b2b4e758bc7027cb0043275e35481cf6e24f44 /app-editors
parentAdded version restriction; bug #99782. (diff)
downloadgentoo-2-db3c2fe84d3b1536c8eb27078d2ad0740f1b369e.tar.gz
gentoo-2-db3c2fe84d3b1536c8eb27078d2ad0740f1b369e.tar.bz2
gentoo-2-db3c2fe84d3b1536c8eb27078d2ad0740f1b369e.zip
Stable on sparc wrt #99578
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim-core/ChangeLog6
-rw-r--r--app-editors/vim-core/vim-core-6.3.084.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog
index 5e2a0e8b4478..70ff2d31623c 100644
--- a/app-editors/vim-core/ChangeLog
+++ b/app-editors/vim-core/ChangeLog
@@ -1,6 +1,10 @@
# 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.159 2005/07/21 22:36:46 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.160 2005/07/21 22:58:44 gustavoz Exp $
+
+ 21 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+ vim-core-6.3.084.ebuild:
+ Stable on sparc wrt #99578
21 Jul 2005; Joseph Jezak <josejx@gentoo.org> vim-core-6.3.084.ebuild:
Marked ppc stable for bug #99578.
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 f6c4511577c3..ac05c373e713 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.4 2005/07/21 22:36:46 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3.084.ebuild,v 1.5 2005/07/21 22:58:44 gustavoz 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 )"