diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-09 16:09:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-09 16:09:15 +0000 |
commit | e3285bbe0f1ed73f4165cad816142e45b2198909 (patch) | |
tree | b2e682163d90d31ee1c92cecc652ea8d1a404f94 /app-editors/gvim | |
parent | Stable for sh, wrt bug #469010 (diff) | |
download | gentoo-2-e3285bbe0f1ed73f4165cad816142e45b2198909.tar.gz gentoo-2-e3285bbe0f1ed73f4165cad816142e45b2198909.tar.bz2 gentoo-2-e3285bbe0f1ed73f4165cad816142e45b2198909.zip |
Stable for sh, wrt bug #469010
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="sh", 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 732c9a87b9fe..8a57c42d8b87 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.397 2013/06/09 16:08:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.398 2013/06/09 16:09:15 ago Exp $ + + 09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> gvim-7.3.762.ebuild: + Stable for sh, wrt bug #469010 09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> gvim-7.3.762.ebuild: Stable for s390, wrt bug #469010 diff --git a/app-editors/gvim/gvim-7.3.762.ebuild b/app-editors/gvim/gvim-7.3.762.ebuild index 1ec6a7dc9649..9427986c8559 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.10 2013/06/09 16:08:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.3.762.ebuild,v 1.11 2013/06/09 16:09:15 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 s390 ~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 sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" src_prepare() { |