diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:39 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:39 +0200 |
commit | 230b31875023f031438025d7827bd16f70d96d46 (patch) | |
tree | 748b3eaaf16a48ec5c215ec680f755a9154fb856 /app-vim | |
parent | sys-libs/libseccomp: Stabilize 2.5.4 amd64, #849188 (diff) | |
download | gentoo-230b31875023f031438025d7827bd16f70d96d46.tar.gz gentoo-230b31875023f031438025d7827bd16f70d96d46.tar.bz2 gentoo-230b31875023f031438025d7827bd16f70d96d46.zip |
app-vim/bash-support: Stabilize 4.3 amd64, #849197
Signed-off-by: Jakov Smolić <jsmolic@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 6de7fb8f0321..0d4d002acf86 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-2021 Gentoo Authors +# Copyright 1999-2022 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 ~x86" BDEPEND="app-arch/unzip" |