diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-22 10:46:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-22 10:46:47 +0000 |
commit | f49c56a9643d73598b2373b3687742706074facc (patch) | |
tree | 4e5388212c86fe9ff762bf8cbb795cc2bea90d28 /app-editors | |
parent | Don't install license files as docs (bug 470888). (diff) | |
download | gentoo-2-f49c56a9643d73598b2373b3687742706074facc.tar.gz gentoo-2-f49c56a9643d73598b2373b3687742706074facc.tar.bz2 gentoo-2-f49c56a9643d73598b2373b3687742706074facc.zip |
Stable for ia64, wrt bug #469010
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.3.762.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index e6cd58887fe9..ee56d3d9885a 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gvim # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.394 2013/05/17 00:44:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.395 2013/05/22 10:46:47 ago Exp $ + + 22 May 2013; Agostino Sarubbo <ago@gentoo.org> gvim-7.3.762.ebuild: + Stable for ia64, wrt bug #469010 *gvim-9999 (17 May 2013) diff --git a/app-editors/gvim/gvim-7.3.762.ebuild b/app-editors/gvim/gvim-7.3.762.ebuild index 4f34e4e97789..be24d427d706 100644 --- a/app-editors/gvim/gvim-7.3.762.ebuild +++ b/app-editors/gvim/gvim-7.3.762.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.3.762.ebuild,v 1.7 2013/05/12 15:15:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.3.762.ebuild,v 1.8 2013/05/22 10:46:47 ago Exp $ EAPI=3 VIM_VERSION="7.3" @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 S="${WORKDIR}/vim${VIM_VERSION/.}" DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" src_prepare() { |