diff options
author | Tom Gall <tgall@gentoo.org> | 2015-02-28 22:26:04 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2015-02-28 22:26:04 +0000 |
commit | 8953ac0353fcd925f0a70c5fce546e7ec59638a8 (patch) | |
tree | 7ea3ede3ae1ac701d06cdf29a55d98e978fd69d2 /app-editors | |
parent | sparc stable wrt bug #531602 (for real) (diff) | |
download | gentoo-2-8953ac0353fcd925f0a70c5fce546e7ec59638a8.tar.gz gentoo-2-8953ac0353fcd925f0a70c5fce546e7ec59638a8.tar.bz2 gentoo-2-8953ac0353fcd925f0a70c5fce546e7ec59638a8.zip |
stable on arm64
(Portage version: 2.2.14/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-7.4.591.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 3b4b490b900f..1ee3b9f4e87a 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim-core # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.460 2015/02/07 02:15:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.461 2015/02/28 22:26:04 tgall Exp $ + + 28 Feb 2015; <tgall@gentoo.org> vim-core-7.4.591.ebuild: + stable on arm64 *vim-core-7.4.622 (07 Feb 2015) diff --git a/app-editors/vim-core/vim-core-7.4.591.ebuild b/app-editors/vim-core/vim-core-7.4.591.ebuild index bb19f9752168..a9395ae97c34 100644 --- a/app-editors/vim-core/vim-core-7.4.591.ebuild +++ b/app-editors/vim-core/vim-core-7.4.591.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.4.591.ebuild,v 1.1 2015/01/26 23:25:08 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.4.591.ebuild,v 1.2 2015/02/28 22:26:04 tgall Exp $ EAPI=5 VIM_VERSION="7.4" @@ -15,7 +15,7 @@ else SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCH} http://dev.gentoo.org/~radhermit/vim/vim-7.4.542-gentoo-patches.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="vim and gvim shared files" |