diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 21:19:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 21:19:18 +0100 |
commit | 43cd48710d9523c68fd5c1b495c4429ad634a45f (patch) | |
tree | c51297785189657a7cb79399310bcb6ede31c7a1 /app-vim/editorconfig-vim | |
parent | sys-fs/f2fs-tools: Stabilize 1.16.0 arm64, #907353 (diff) | |
download | gentoo-43cd48710d9523c68fd5c1b495c4429ad634a45f.tar.gz gentoo-43cd48710d9523c68fd5c1b495c4429ad634a45f.tar.bz2 gentoo-43cd48710d9523c68fd5c1b495c4429ad634a45f.zip |
app-vim/editorconfig-vim: Keyword 1.1.1 arm64, #906267
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim/editorconfig-vim')
-rw-r--r-- | app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild index b7867cfbd7dd..a6d27567296c 100644 --- a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild +++ b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.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 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P} S="${WORKDIR}/${MY_P}" LICENSE="BSD-2 PSF-2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" VIM_PLUGIN_HELPFILES="${PN%-vim}.txt" |