summaryrefslogtreecommitdiff
path: root/app-vim/fugitive/fugitive-3.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/fugitive/fugitive-3.7.ebuild')
-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 e0e4ec9939dc..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