diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-21 18:32:05 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-21 18:32:05 -0400 |
commit | 8ae70226aa551b7b7fa437b22c87ec0a3a5371a9 (patch) | |
tree | 5f9cfdc69004f07e44effe443d863e74288b1ec3 /app-editors/vim-core | |
parent | dev-db/redis: arm64 stable (bug #689700) (diff) | |
download | gentoo-8ae70226aa551b7b7fa437b22c87ec0a3a5371a9.tar.gz gentoo-8ae70226aa551b7b7fa437b22c87ec0a3a5371a9.tar.bz2 gentoo-8ae70226aa551b7b7fa437b22c87ec0a3a5371a9.zip |
app-editors/vim-core: arm64 stable wrt bug #687394
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/vim-core-8.1.1486.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-8.1.1486.ebuild b/app-editors/vim-core/vim-core-8.1.1486.ebuild index 392a9ce36331..153194331d7f 100644 --- a/app-editors/vim-core/vim-core-8.1.1486.ebuild +++ b/app-editors/vim-core/vim-core-8.1.1486.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.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 and gvim shared files" |