diff options
author | 2013-06-09 16:08:56 +0000 | |
---|---|---|
committer | 2013-06-09 16:08:56 +0000 | |
commit | c95bb0d112231a661df489427cad73206587db84 (patch) | |
tree | fbaf3587e46084f737c43b1e2911a68f8dfce877 /app-editors/gvim | |
parent | Stable for s390, wrt bug #469010 (diff) | |
download | gentoo-2-c95bb0d112231a661df489427cad73206587db84.tar.gz gentoo-2-c95bb0d112231a661df489427cad73206587db84.tar.bz2 gentoo-2-c95bb0d112231a661df489427cad73206587db84.zip |
Stable for s390, wrt bug #469010
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-editors/gvim')
-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 0672636e032b..732c9a87b9fe 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.396 2013/06/09 16:08:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.397 2013/06/09 16:08:56 ago Exp $ + + 09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> gvim-7.3.762.ebuild: + Stable for s390, wrt bug #469010 09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> gvim-7.3.762.ebuild: Stable for alpha, wrt bug #469010 diff --git a/app-editors/gvim/gvim-7.3.762.ebuild b/app-editors/gvim/gvim-7.3.762.ebuild index 35de5d6891be..1ec6a7dc9649 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.9 2013/06/09 16:08:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.3.762.ebuild,v 1.10 2013/06/09 16:08:56 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 s390 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" src_prepare() { |