summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-29 19:29:20 +0100
committerSam James <sam@gentoo.org>2021-10-29 19:29:20 +0100
commitbbab44b7531ab2a80c9e42aa95e28f402fb0c56d (patch)
tree988299ac70e6691bd1344d6e9ced3aa10038ec6c /app-vim
parentapp-editors/gvim: Stabilize 8.2.3428-r1 x86, #816894 (diff)
downloadgentoo-bbab44b7531ab2a80c9e42aa95e28f402fb0c56d.tar.gz
gentoo-bbab44b7531ab2a80c9e42aa95e28f402fb0c56d.tar.bz2
gentoo-bbab44b7531ab2a80c9e42aa95e28f402fb0c56d.zip
app-vim/fugitive: Stabilize 3.4 x86, #816894
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/fugitive/fugitive-3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
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