diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-04 00:07:50 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-04 00:07:50 +0100 |
commit | dafa6f367240d1f5329ca89fb6f78985dbdc025b (patch) | |
tree | 96ba5ff3cc1d06604d928ca1b58ed15a4f8733dc /app-vim/securemodelines | |
parent | a3bb28551df94028000fb72308a9e9baa01458b0 (diff) |
gentoo auto-resync : 04:06:2024 - 00:07:50
Diffstat (limited to 'app-vim/securemodelines')
-rw-r--r-- | app-vim/securemodelines/Manifest | 2 | ||||
-rw-r--r-- | app-vim/securemodelines/securemodelines-20140926.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/securemodelines/Manifest b/app-vim/securemodelines/Manifest index 0a6b3b81060e..f1561ab6f85f 100644 --- a/app-vim/securemodelines/Manifest +++ b/app-vim/securemodelines/Manifest @@ -1,3 +1,3 @@ DIST securemodelines-20140926.tar.bz2 1562 BLAKE2B 14b58973e25eb91970f62733840a8db20680cc57266e68129d6a490fac970951044a350d936e497797892bf428de737226c9c57c986de5816c0e771bc65418e0 SHA512 15a948781751998d832f445e7c3ad936e5c034fcc9936d977c5cf05215dd541a235fc066f7e774b151fac2afb2b0a59665d13f6f981cc59d4e1135f06f6cdc35 -EBUILD securemodelines-20140926.ebuild 505 BLAKE2B 3a9ead038374bda831876e491c8632ac302e470615ab5a1a820cbdfcbaf3fcdd9822f4644fbbf36ae6bab77c71b16af374005eed8cf3cfb7b9f838f14fccf416 SHA512 4f5b0c1161e8725aa0bcfa5d4d0755833ee6e5b498c078b5ac659683e85bc24465c02e7c90cd7bb629577fd930065dfe1abc66ee35345e9b21354f4b7bdd1202 +EBUILD securemodelines-20140926.ebuild 512 BLAKE2B de070d4715f76888ac8441c47d784a84a6e69758e7c466eb67247025a55f42a688b3a0782271607c0ac90a0a06fe23e7d2dbbc29a5eeaf7480bac38c318fd120 SHA512 e7bf359eabf9c0322253dc9c500d5a69690ba464b9eb89bbd0ecbde7f6735ed73e871bcc8a1b6f9644d550725a4771f1f71c237822489cc5963464720013c3fe MISC metadata.xml 622 BLAKE2B eabe9bcb34cdc91bf4f5c9aa9897c3f6e169ecffde7ee2283a01de50e3b80023fdbe65210e83698852d2ef1221d4df763ac79ec030f882b3a1802671ab398a93 SHA512 a8bd1e4f56df4d543201c9c06ea489d65388c27bd153d150410d2f80e2b1f12189f2ac2cbd09b8097d0ca67476d3c75090d4ceb68d57853118ea14cb84a9e9f3 diff --git a/app-vim/securemodelines/securemodelines-20140926.ebuild b/app-vim/securemodelines/securemodelines-20140926.ebuild index c7ef25a0e8fc..e738eae5886b 100644 --- a/app-vim/securemodelines/securemodelines-20140926.ebuild +++ b/app-vim/securemodelines/securemodelines-20140926.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 @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: secure, user-configurable modeline support" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1876 https://github.com/ciaranm/securemodelines" LICENSE="vim" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" VIM_PLUGIN_HELPTEXT="Make sure that you disable vim's builtin modeline support if you have enabled it in your .vimrc." |