From bbab44b7531ab2a80c9e42aa95e28f402fb0c56d Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 29 Oct 2021 19:29:20 +0100 Subject: app-vim/fugitive: Stabilize 3.4 x86, #816894 Signed-off-by: Sam James --- app-vim/fugitive/fugitive-3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-vim') diff --git a/app-vim/fugitive/fugitive-3.4.ebuild b/app-vim/fugitive/fugitive-3.4.ebuild index 52890b41ea10..099b1046e1b4 100644 --- a/app-vim/fugitive/fugitive-3.4.ebuild +++ b/app-vim/fugitive/fugitive-3.4.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git" else SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos" + KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" S="${WORKDIR}/vim-${P}" fi -- cgit v1.2.3-65-gdbad