diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 06:01:22 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 06:01:57 +0200 |
commit | e12fecf05b1d4127dfcdf64f8a0f69528ae7ddcc (patch) | |
tree | c18f1c427305c8e529611d18cf612d0fd123d4a8 /app-vim | |
parent | dev-db/mongodb: Stabilize 4.4.10-r1 amd64, #849053 (diff) | |
download | gentoo-e12fecf05b1d4127dfcdf64f8a0f69528ae7ddcc.tar.gz gentoo-e12fecf05b1d4127dfcdf64f8a0f69528ae7ddcc.tar.bz2 gentoo-e12fecf05b1d4127dfcdf64f8a0f69528ae7ddcc.zip |
app-vim/bash-support: Stabilize 4.3 x86, #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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/bash-support/bash-support-4.3.ebuild b/app-vim/bash-support/bash-support-4.3.ebuild index 0d4d002acf86..f1eeb80f2070 100644 --- a/app-vim/bash-support/bash-support-4.3.ebuild +++ b/app-vim/bash-support/bash-support-4.3.ebuild @@ -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" |