diff options
author | Sam James <sam@gentoo.org> | 2023-05-16 21:02:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-16 21:02:47 +0100 |
commit | 286c8f7700c022246d1f191de94f06d48497249a (patch) | |
tree | 0679c4bab9e77485f8417a1379c1730c33705eba /app-vim | |
parent | sys-libs/glibc: stable 2.36-r8 for hppa, bug #895784 (diff) | |
download | gentoo-286c8f7700c022246d1f191de94f06d48497249a.tar.gz gentoo-286c8f7700c022246d1f191de94f06d48497249a.tar.bz2 gentoo-286c8f7700c022246d1f191de94f06d48497249a.zip |
app-vim/bash-support: Keyword 4.3 arm64, #906554
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/bash-support/bash-support-4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/bash-support/bash-support-4.3.ebuild b/app-vim/bash-support/bash-support-4.3.ebuild index f1eeb80f2070..4937c819b4f7 100644 --- a/app-vim/bash-support/bash-support-4.3.ebuild +++ b/app-vim/bash-support/bash-support-4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=24452 -> ${P}.zi S="${WORKDIR}"/${PN} LICENSE="public-domain" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" BDEPEND="app-arch/unzip" |