summaryrefslogtreecommitdiff
path: root/app-vim
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-07 17:37:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-07 17:37:01 +0100
commit2fe5661a32d6ec0ba1d6b37cc8ae67e3f81459ec (patch)
treef41d653fa88967e28246f7b63dba9f2fd7be2ab7 /app-vim
parent6e88bac8dd26372eea042112ad3769b1fac9ae18 (diff)
gentoo auto-resync : 07:05:2023 - 17:37:01
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/Manifest.gzbin31583 -> 31579 bytes
-rw-r--r--app-vim/pathogen/Manifest2
-rw-r--r--app-vim/pathogen/pathogen-2.4-r1.ebuild4
3 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/Manifest.gz b/app-vim/Manifest.gz
index a5b0320a022d..df1d521a4eda 100644
--- a/app-vim/Manifest.gz
+++ b/app-vim/Manifest.gz
Binary files differ
diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest
index 012962f2cb01..b0f6f206bb96 100644
--- a/app-vim/pathogen/Manifest
+++ b/app-vim/pathogen/Manifest
@@ -1,3 +1,3 @@
DIST pathogen-2.4.tar.gz 6458 BLAKE2B ce28371994938ab4386a6e0a45a9b096443129b7e8de47c92a4c1fa819b7c2aef1e32153866fd1d86a60f7ee2fe2c59ae972700cc22dec263364ef8f51ebe24c SHA512 54da8755991e5c52c5a9258c92ce5731434a15873df44d12e9491ed9bff1f9ebfe2a1c1b94a9ea3615b38aa1833d511bb03c65e85955d96373b6bffceae89fbe
-EBUILD pathogen-2.4-r1.ebuild 443 BLAKE2B acec344c87596aacf47ba943a1d5f4f1526bb5354c49ca73bb784b143d25b05f2a5f943ce162c3bf6b73db5168ab2d3a7a2b745cfca723cd15697b835f7cdc42 SHA512 17d3f17e5ab35f40e21b420542e4f4920ea0aaee075d6527de5308b209c4e7ca66fce0e5ad52bd3d8853711ed73b33ca598d4236fd1e38192166868ef3898cbb
+EBUILD pathogen-2.4-r1.ebuild 448 BLAKE2B db9b9189458ff3b7feafd8287223113b656bb97865a9b958395e8b5b1062a2cf6f8f9c2c1559ae78534a8db8195ee7c222bd8cb676b15fbb2133caf00d2f0e5f SHA512 28864afe4b2eeb7f4670f487db6b055b3014184913db9a8e9864bee713f5913c63008972ecd3e0655c7527af3d11eb3e86b74e4a438ade21fe1ec57d275b1ba9
MISC metadata.xml 343 BLAKE2B 0c9004a4447321dcac607e35991a59cafd08ede04d3cc6ab3b4b3804d23a3735ae5eb9bf3497362756b619d679625848c691c0d91945e2de31fbf3859ff481aa SHA512 4bc1d4eaa4c8535fb02a3bfd363ae7e988040d603bdad7dc8c22996bb7ffd341365394ed16588bd85ba3cb51bd48a2a1d6b676e0ae28e824a96f9280698d5f22
diff --git a/app-vim/pathogen/pathogen-2.4-r1.ebuild b/app-vim/pathogen/pathogen-2.4-r1.ebuild
index 94ac011cc1c4..4d6029f90cfd 100644
--- a/app-vim/pathogen/pathogen-2.4-r1.ebuild
+++ b/app-vim/pathogen/pathogen-2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,6 +9,6 @@ DESCRIPTION="vim plugin: manage your runtimepath"
HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim"
-KEYWORDS="amd64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm x86 ~x64-macos"
S="${WORKDIR}/vim-${P}"