From 2832badce6ca49067ae9939f1493a7fe68ed182c Mon Sep 17 00:00:00 2001 From: Alexey Korepanov Date: Sat, 31 Mar 2018 16:49:56 +0100 Subject: app-editors/gvim: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7748 --- app-editors/gvim/gvim-8.0.1645.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-editors/gvim') diff --git a/app-editors/gvim/gvim-8.0.1645.ebuild b/app-editors/gvim/gvim-8.0.1645.ebuild index 1de46facaa9c..7b9da4cf8c27 100644 --- a/app-editors/gvim/gvim-8.0.1645.ebuild +++ b/app-editors/gvim/gvim-8.0.1645.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 @@ -14,7 +14,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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi DESCRIPTION="GUI version of the Vim text editor" -- cgit v1.2.3-65-gdbad