diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-07-19 16:53:45 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-07-19 16:53:45 +0000 |
commit | 1da7e4aea4e33cfe117b84b7fb2be09165b5b430 (patch) | |
tree | e3098cbcdf0e7e791c56a2c70d324a9190482585 /app-editors/vim | |
parent | ppc stable #250429 (diff) | |
download | historical-1da7e4aea4e33cfe117b84b7fb2be09165b5b430.tar.gz historical-1da7e4aea4e33cfe117b84b7fb2be09165b5b430.tar.bz2 historical-1da7e4aea4e33cfe117b84b7fb2be09165b5b430.zip |
ppc stable #257007
Package-Manager: portage-2.1.6.13/cvs/Linux ppc
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim/vim-7.2.182.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 70924bf0b755..69e55e917ed4 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.328 2009/07/15 14:18:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.329 2009/07/19 16:52:21 nixnut Exp $ + + 19 Jul 2009; nixnut <nixnut@gentoo.org> vim-7.2.182.ebuild: + ppc stable #257007 15 Jul 2009; Jeroen Roovers <jer@gentoo.org> vim-7.2.182.ebuild: Stable for HPPA (bug #257007). diff --git a/app-editors/vim/vim-7.2.182.ebuild b/app-editors/vim/vim-7.2.182.ebuild index b3acb50ccfce..a07b06602a0f 100644 --- a/app-editors/vim/vim-7.2.182.ebuild +++ b/app-editors/vim/vim-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/vim-7.2.182.ebuild,v 1.5 2009/07/15 14:18:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.182.ebuild,v 1.6 2009/07/19 16:52:21 nixnut Exp $ inherit vim @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 S="${WORKDIR}/vim${VIM_VERSION/.}" DESCRIPTION="Vim, an improved vi-style text editor" -KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND="${DEPEND} !minimal? ( ~app-editors/vim-core-${PV} )" |