diff options
author | Sam James <sam@gentoo.org> | 2024-12-18 01:48:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-18 01:48:43 +0000 |
commit | df6684eba0f5b48c37a4de42532ce150c83fda9e (patch) | |
tree | 6f82fac9088a14c6515bbb1ec35522273ffcf105 | |
parent | dev-lang/ada-bootstrap: add amd64 binary too for 14 (diff) | |
download | gentoo-df6684eba0f5b48c37a4de42532ce150c83fda9e.tar.gz gentoo-df6684eba0f5b48c37a4de42532ce150c83fda9e.tar.bz2 gentoo-df6684eba0f5b48c37a4de42532ce150c83fda9e.zip |
app-vim/json: Keyword 20150511 arm64, #946593
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-vim/json/json-20150511.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/json/json-20150511.ebuild b/app-vim/json/json-20150511.ebuild index cc4a35de61d1..0584747ca35e 100644 --- a/app-vim/json/json-20150511.ebuild +++ b/app-vim/json/json-20150511.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,6 +8,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: a better JSON for Vim" HOMEPAGE="https://github.com/elzr/vim-json/" LICENSE="MIT" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" DOCS=( readme.md ) |