Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nginx-syntax/
Date: Tue, 30 Aug 2016 15:14:47
Message-Id: 1472570066.1fcf3e989f0dc35d91d020ab293e59deab2f7edc.monsieurp@gentoo
1 commit: 1fcf3e989f0dc35d91d020ab293e59deab2f7edc
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 28 10:26:56 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 15:14:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcf3e98
7
8 app-vim/nginx-syntax: add ~x86-fbsd keyword.
9
10 Gentoo-Bug: https://bugs.gentoo.org/574116
11
12 Closes: https://github.com/gentoo/gentoo/pull/2155
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild
20 index fc55228..588b2aa 100644
21 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild
22 +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild
23 @@ -9,4 +9,4 @@ inherit vim-plugin
24 DESCRIPTION="vim plugin: Nginx configuration files syntax"
25 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886"
26 LICENSE="vim"
27 -KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd"
28 +KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd"