diff options
author | Yuta Satoh <nigoro.dev@gmail.com> | 2016-08-28 19:26:56 +0900 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-30 17:14:26 +0200 |
commit | 1fcf3e989f0dc35d91d020ab293e59deab2f7edc (patch) | |
tree | a10b145249d648cd5bed1f6cefac351717d74ae2 /app-vim/nginx-syntax | |
parent | dev-lang/rust: remove unused patch. (diff) | |
download | gentoo-1fcf3e989f0dc35d91d020ab293e59deab2f7edc.tar.gz gentoo-1fcf3e989f0dc35d91d020ab293e59deab2f7edc.tar.bz2 gentoo-1fcf3e989f0dc35d91d020ab293e59deab2f7edc.zip |
app-vim/nginx-syntax: add ~x86-fbsd keyword.
Gentoo-Bug: https://bugs.gentoo.org/574116
Closes: https://github.com/gentoo/gentoo/pull/2155
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/nginx-syntax')
-rw-r--r-- | app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild index fc55228cb095..588b2aa3040c 100644 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild @@ -9,4 +9,4 @@ inherit vim-plugin DESCRIPTION="vim plugin: Nginx configuration files syntax" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" LICENSE="vim" -KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd" +KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd" |