summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-29 13:32:23 +0100
committerSam James <sam@gentoo.org>2021-10-29 13:32:23 +0100
commit7ff98a5616d1b35611de5f73f647bca619ade008 (patch)
tree952d6e1597c9768665ad7c308e67a2de3948d09c /app-vim/fugitive
parentapp-editors/gvim: Stabilize 8.2.3428-r1 amd64, #816894 (diff)
downloadgentoo-7ff98a5616d1b35611de5f73f647bca619ade008.tar.gz
gentoo-7ff98a5616d1b35611de5f73f647bca619ade008.tar.bz2
gentoo-7ff98a5616d1b35611de5f73f647bca619ade008.zip
app-vim/fugitive: Stabilize 3.4 amd64, #816894
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim/fugitive')
-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 468c05838b33..52890b41ea10 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