diff options
author | Brent Baude <ranger@gentoo.org> | 2008-08-14 17:02:34 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-08-14 17:02:34 +0000 |
commit | e25ebbc8dcd883f32ca43811def8b692955cfe1a (patch) | |
tree | 4d30005b1b245d488426f47d0e3729fad0fad400 /app-editors | |
parent | Marking vim-core-7.2 ppc64 and ppc for bug 232890 (diff) | |
download | historical-e25ebbc8dcd883f32ca43811def8b692955cfe1a.tar.gz historical-e25ebbc8dcd883f32ca43811def8b692955cfe1a.tar.bz2 historical-e25ebbc8dcd883f32ca43811def8b692955cfe1a.zip |
Marking vim-7.2 ppc64 and ppc for bug 232890
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim/vim-7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 87bdf1b99d1a..8bdd798bd7b2 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.316 2008/08/14 14:23:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.317 2008/08/14 17:02:33 ranger Exp $ + + 14 Aug 2008; Brent Baude <ranger@gentoo.org> vim-7.2.ebuild: + Marking vim-7.2 ppc64 and ppc for bug 232890 14 Aug 2008; Raúl Porcel <armin76@gentoo.org> vim-7.2.ebuild: alpha/ia64/x86 stable wrt #232890 diff --git a/app-editors/vim/vim-7.2.ebuild b/app-editors/vim/vim-7.2.ebuild index 200aa55b8e43..fc9950d559d3 100644 --- a/app-editors/vim/vim-7.2.ebuild +++ b/app-editors/vim/vim-7.2.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/vim-7.2.ebuild,v 1.3 2008/08/14 14:23:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.ebuild,v 1.4 2008/08/14 17:02:34 ranger Exp $ inherit vim @@ -14,7 +14,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 ~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} !minimal? ( ~app-editors/vim-core-${PV} )" |