diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-07-06 22:35:22 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-07-06 22:35:22 +0000 |
commit | 654b1fc524eccfe1245f5b6aa659de47c9834842 (patch) | |
tree | 7fb9d9f13cd25c39498ef0cd301ed49d8cf81854 /app-editors/vim-core | |
parent | - cross compile build fix (diff) | |
download | historical-654b1fc524eccfe1245f5b6aa659de47c9834842.tar.gz historical-654b1fc524eccfe1245f5b6aa659de47c9834842.tar.bz2 historical-654b1fc524eccfe1245f5b6aa659de47c9834842.zip |
Sparc stable, critical bug #227453, fine for a couple weeks now.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.20-gentoo-r8 x86_64
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-7.1.319.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 5a30f9fa245e..a6a4884eac7a 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.290 2008/07/06 21:40:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.291 2008/07/06 22:31:55 fmccor Exp $ + + 06 Jul 2008; Ferris McCormick <fmccor@gentoo.org> vim-core-7.1.319.ebuild: + Sparc stable, critical bug #227453, fine for a couple weeks now. 06 Jul 2008; Jeroen Roovers <jer@gentoo.org> vim-core-7.1.319.ebuild: Stable for HPPA (bug #227453). diff --git a/app-editors/vim-core/vim-core-7.1.319.ebuild b/app-editors/vim-core/vim-core-7.1.319.ebuild index 8fa193419f7e..e90b381bad2e 100644 --- a/app-editors/vim-core/vim-core-7.1.319.ebuild +++ b/app-editors/vim-core/vim-core-7.1.319.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.1.319.ebuild,v 1.3 2008/07/06 21:40:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.1.319.ebuild,v 1.4 2008/07/06 22:31:55 fmccor Exp $ inherit vim @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 S="${WORKDIR}/vim${VIM_VERSION/.}" DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND="${DEPEND}" PDEPEND="!livecd? ( app-vim/gentoo-syntax )" |