diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-12-18 06:30:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-12-18 06:30:11 +0000 |
commit | f57e008aa126ccdca95f7424e4d24a1a83a49682 (patch) | |
tree | 485fb1d76c7c51ddd47615c50059dd46045ffbb5 /app-vim/json | |
parent | 066666b8767b78231b90d9b3ffc8169fbfe1ec7c (diff) |
gentoo auto-resync : 18:12:2024 - 06:30:11
Diffstat (limited to 'app-vim/json')
-rw-r--r-- | app-vim/json/Manifest | 2 | ||||
-rw-r--r-- | app-vim/json/json-20150511.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/json/Manifest b/app-vim/json/Manifest index 38935dd48417..58525281a345 100644 --- a/app-vim/json/Manifest +++ b/app-vim/json/Manifest @@ -1,3 +1,3 @@ DIST json-20150511.tar.bz2 8620 BLAKE2B 80b01585af1a94a2e46900adba16b1165d9fa3adf922ea3a8f9cbed9512de3779593394174fc465058385237bcb9e0ff0cfd5b0e9b91d9818c0b733eaddf4547 SHA512 357ea8ea298c6e2758db75e54334ccdfcd43d3146f032c816756688f35ff163dea99df42b9f1168aaac63e50e6ccedb85ff6f37f234e9faf72c53fb9e05c9b9c -EBUILD json-20150511.ebuild 281 BLAKE2B ce98b3efa33c7d295d7590a798b91213ebbc3ff39f26276023d3928a1ea17513b4ab00a6550686c46dee7cd64ece677a727472846f853f245461c2fbc3bd96d9 SHA512 cf3ee1a78053bd1505532f006e5fdf9618fe55cd5be5bc8589912701c3cebf57c6255993023ac6feedb4d7940f3d3314b2712a5400dd8cb5bc80518229aa42d1 +EBUILD json-20150511.ebuild 288 BLAKE2B 7a91d9aa21ed0a57309cdcdcb1be9ebda003012824cd2b4ee15b59b7caacae770a4ec7515169db0f8a19e1a1c77ce8c0f5d40ed65823cdabfea5633880a6f84e SHA512 3ef45e4797dde1b27e6189f3e390820d8f6432de361a39fcba3f226ddb72fbd6ac036c26dc475c4e2f606b808b850821fb29879f1f511e2518a55170a3c77528 MISC metadata.xml 363 BLAKE2B fc8bde4236bb9d740fba2ce6ca83768d1d9ef03edba9cad3779e7ff303a3b57edbe5468f3e3cb694b7630a0d15e27c266f4a642519b5d846bd548a900ad8a21d SHA512 062782ce68322681486ce49ada00aaac535d1fb89860ecd4b5403f96a6756d9b375ee11f58564d758a93f0007f0f6f7a4798f0c0a0acba4b0f8b7eeece168a95 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 ) |