diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-09-29 15:18:25 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-09-29 15:27:21 +0800 |
commit | 1a60134a8e9971d65848610633e8f2cd6d7e2e4a (patch) | |
tree | 050807476c9ba49513efd0fba356772fc2f928f5 /app-vim/nginx-syntax | |
parent | profiles/arch/loong: mask a couple more luajit useflags (diff) | |
download | gentoo-1a60134a8e9971d65848610633e8f2cd6d7e2e4a.tar.gz gentoo-1a60134a8e9971d65848610633e8f2cd6d7e2e4a.tar.bz2 gentoo-1a60134a8e9971d65848610633e8f2cd6d7e2e4a.zip |
app-vim/nginx-syntax: keyword 0.3.3 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-vim/nginx-syntax')
-rw-r--r-- | app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 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 6f27ff5be5f5..5408f35a6804 100644 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,4 +8,4 @@ inherit vim-plugin DESCRIPTION="vim plugin: Nginx configuration files syntax" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1886" LICENSE="vim" -KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86 ~amd64-linux" +KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv x86 ~amd64-linux" |