diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2018-03-31 16:49:56 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-03-31 21:40:10 +0300 |
commit | 2832badce6ca49067ae9939f1493a7fe68ed182c (patch) | |
tree | 700a511ef8ec4821e9422ad367764e63dc3ee928 /app-editors/gvim | |
parent | x11-misc/xdotool: keyword ~arm64 (diff) | |
download | gentoo-2832badce6ca49067ae9939f1493a7fe68ed182c.tar.gz gentoo-2832badce6ca49067ae9939f1493a7fe68ed182c.tar.bz2 gentoo-2832badce6ca49067ae9939f1493a7fe68ed182c.zip |
app-editors/gvim: keyword ~arm64
Closes: https://github.com/gentoo/gentoo/pull/7748
Diffstat (limited to 'app-editors/gvim')
-rw-r--r-- | app-editors/gvim/gvim-8.0.1645.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |