Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nginx-syntax/
Date: Sun, 18 Jun 2017 15:24:14
Message-Id: 1497798944.204e522b75f42eae322f38fd0be460d7140a8bd7.aballier@gentoo
1 commit: 204e522b75f42eae322f38fd0be460d7140a8bd7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 15:15:44 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 15:15:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204e522b
7
8 app-vim/nginx-syntax: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild
16 index ec83f1b2eef..92426e1c7f5 100644
17 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild
18 +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -8,4 +8,4 @@ inherit vim-plugin
26 DESCRIPTION="vim plugin: Nginx configuration files syntax"
27 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886"
28 LICENSE="vim"
29 -KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux"
30 +KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux"