commit: bbab44b7531ab2a80c9e42aa95e28f402fb0c56d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 18:29:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 18:29:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbab44b7
app-vim/fugitive: Stabilize 3.4 x86, #816894
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-vim/fugitive/fugitive-3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/fugitive/fugitive-3.4.ebuild
b/app-vim/fugitive/fugitive-3.4.ebuild
index 52890b41ea1..099b1046e1b 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