diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-11-09 22:21:46 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-11-09 22:21:46 +0000 |
commit | 488d30dd7db135c0c2c60a724e7633074997c400 (patch) | |
tree | aafa87146a661c388acd8ec3f0f75e005a284c41 /app-editors/vim-core | |
parent | fixing SRC_URI and Manifest (diff) | |
download | historical-488d30dd7db135c0c2c60a724e7633074997c400.tar.gz historical-488d30dd7db135c0c2c60a724e7633074997c400.tar.bz2 historical-488d30dd7db135c0c2c60a724e7633074997c400.zip |
Stable on ppc wrt bug 198574
Package-Manager: portage-2.1.3.19
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.123.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 63d76b50348b..eb5cc4cb9505 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.273 2007/11/09 17:57:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.274 2007/11/09 22:17:54 nixnut Exp $ + + 09 Nov 2007; nixnut <nixnut@gentoo.org> vim-core-7.1.123.ebuild: + Stable on ppc wrt bug 198574 09 Nov 2007; Raúl Porcel <armin76@gentoo.org> vim-core-7.1.123.ebuild: alpha/ia64/x86 stable wrt #198574 diff --git a/app-editors/vim-core/vim-core-7.1.123.ebuild b/app-editors/vim-core/vim-core-7.1.123.ebuild index 35b724f933a2..2c08731ef0c3 100644 --- a/app-editors/vim-core/vim-core-7.1.123.ebuild +++ b/app-editors/vim-core/vim-core-7.1.123.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.123.ebuild,v 1.4 2007/11/09 17:57:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.1.123.ebuild,v 1.5 2007/11/09 22:17:54 nixnut 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 )" |