Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gvim/
Date: Sat, 31 Mar 2018 18:41:13
Message-Id: 1522521610.2832badce6ca49067ae9939f1493a7fe68ed182c.leio@gentoo
1 commit: 2832badce6ca49067ae9939f1493a7fe68ed182c
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Sat Mar 31 15:49:56 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 18:40:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2832badc
7
8 app-editors/gvim: keyword ~arm64
9
10 Closes: https://github.com/gentoo/gentoo/pull/7748
11
12 app-editors/gvim/gvim-8.0.1645.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/gvim/gvim-8.0.1645.ebuild b/app-editors/gvim/gvim-8.0.1645.ebuild
16 index 1de46facaa9..7b9da4cf8c2 100644
17 --- a/app-editors/gvim/gvim-8.0.1645.ebuild
18 +++ b/app-editors/gvim/gvim-8.0.1645.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then
26 else
27 SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz
28 https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2"
29 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
30 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
31 fi
32
33 DESCRIPTION="GUI version of the Vim text editor"