diff options
author | Markus Meier <maekke@gentoo.org> | 2018-01-07 21:52:01 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-01-07 21:52:01 +0100 |
commit | 132aca86717222489827074edd3c52a8d6aded15 (patch) | |
tree | 43d230a57df9dface2b40a4425f95387a9b51600 /app-editors/vim | |
parent | app-editors/vim-core: arm stable, bug #639710 (diff) | |
download | gentoo-132aca86717222489827074edd3c52a8d6aded15.tar.gz gentoo-132aca86717222489827074edd3c52a8d6aded15.tar.bz2 gentoo-132aca86717222489827074edd3c52a8d6aded15.zip |
app-editors/vim: arm stable, bug #639710
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/vim-8.0.1298.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vim/vim-8.0.1298.ebuild b/app-editors/vim/vim-8.0.1298.ebuild index a2822f39ea12..df184caf5b63 100644 --- a/app-editors/vim/vim-8.0.1298.ebuild +++ b/app-editors/vim/vim-8.0.1298.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Vim, an improved vi-style text editor" |