diff options
author | 2009-07-14 23:38:04 +0000 | |
---|---|---|
committer | 2009-07-14 23:38:04 +0000 | |
commit | 8a8a552cdfd1e32e57bd9e732c4115abd0b1aa74 (patch) | |
tree | a16f6950c8c98395a9deb21f94520cc709797a6a /app-editors/vim-core | |
parent | Version bump (diff) | |
download | gentoo-2-8a8a552cdfd1e32e57bd9e732c4115abd0b1aa74.tar.gz gentoo-2-8a8a552cdfd1e32e57bd9e732c4115abd0b1aa74.tar.bz2 gentoo-2-8a8a552cdfd1e32e57bd9e732c4115abd0b1aa74.zip |
Sparc stable, part of security bug #257007.
(Portage version: 2.2_rc33/cvs/Linux 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.2.182.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 403624212613..96eab7587f32 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.305 2009/05/18 19:22:19 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.306 2009/07/14 23:38:04 fmccor Exp $ + + 14 Jul 2009; Ferris McCormick <fmccor@gentoo.org> vim-core-7.2.182.ebuild: + Sparc stable, part of security bug #257007. *vim-core-7.2.182 (18 May 2009) diff --git a/app-editors/vim-core/vim-core-7.2.182.ebuild b/app-editors/vim-core/vim-core-7.2.182.ebuild index 950e748a3188..4c78e0420b00 100644 --- a/app-editors/vim-core/vim-core-7.2.182.ebuild +++ b/app-editors/vim-core/vim-core-7.2.182.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.2.182.ebuild,v 1.1 2009/05/18 19:22:19 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.182.ebuild,v 1.2 2009/07/14 23:38:04 fmccor Exp $ inherit vim @@ -17,6 +17,6 @@ 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="" PDEPEND="!livecd? ( app-vim/gentoo-syntax )" |