diff options
author | 2019-04-08 14:01:01 -0400 | |
---|---|---|
committer | 2019-04-08 14:03:56 -0400 | |
commit | 528ea25b51ae935ee5aed7e95986f845f240ea02 (patch) | |
tree | 61a658ad965733c31e18a927330a6be4c8da8e2c | |
parent | dev-vcs/subversion: drop keywords from obsolete version (diff) | |
download | gentoo-528ea25b51ae935ee5aed7e95986f845f240ea02.tar.gz gentoo-528ea25b51ae935ee5aed7e95986f845f240ea02.tar.bz2 gentoo-528ea25b51ae935ee5aed7e95986f845f240ea02.zip |
app-editors/vim: arm64 stable (bug #678752)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
-rw-r--r-- | app-editors/vim/vim-8.1.0648-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim/vim-8.1.0648-r1.ebuild b/app-editors/vim/vim-8.1.0648-r1.ebuild index 3141617f1a17..3d5b9ee9dbda 100644 --- a/app-editors/vim/vim-8.1.0648-r1.ebuild +++ b/app-editors/vim/vim-8.1.0648-r1.ebuild @@ -15,7 +15,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 ~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 ~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" |