diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-21 18:33:01 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-21 18:33:01 -0400 |
commit | 2fbeffd13624aae9cba25a73789d393c4c53193a (patch) | |
tree | bb583ae72f90769fdb2409cad93f0c1901485ba2 /app-editors/vim | |
parent | app-editors/vim-core: arm64 stable wrt bug #687394 (diff) | |
download | gentoo-2fbeffd13624aae9cba25a73789d393c4c53193a.tar.gz gentoo-2fbeffd13624aae9cba25a73789d393c4c53193a.tar.bz2 gentoo-2fbeffd13624aae9cba25a73789d393c4c53193a.zip |
app-editors/vim: arm64 stable wrt bug #687394
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/vim-8.1.1486.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim/vim-8.1.1486.ebuild b/app-editors/vim/vim-8.1.1486.ebuild index b088ac4ba989..68cdf7e58270 100644 --- a/app-editors/vim/vim-8.1.1486.ebuild +++ b/app-editors/vim/vim-8.1.1486.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 ~riscv 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 ~riscv 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" |