summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-12-09 21:33:12 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-12-09 21:33:12 +0200
commitf47f04432f319a945fc21580c36fb65a11e325b2 (patch)
treef17043ec5cecb73ffde0edb438d00089a5a61364 /app-vim
parentapp-vim/matrix: Stabilize 1.10-r2 x86, #919618 (diff)
downloadgentoo-f47f04432f319a945fc21580c36fb65a11e325b2.tar.gz
gentoo-f47f04432f319a945fc21580c36fb65a11e325b2.tar.bz2
gentoo-f47f04432f319a945fc21580c36fb65a11e325b2.zip
app-vim/fugitive: Stabilize 3.7 x86, #919622
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/fugitive/fugitive-3.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/fugitive/fugitive-3.7.ebuild b/app-vim/fugitive/fugitive-3.7.ebuild
index 822c25821985..2bbf6b56cb72 100644
--- a/app-vim/fugitive/fugitive-3.7.ebuild
+++ b/app-vim/fugitive/fugitive-3.7.ebuild
@@ -10,7 +10,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