From 48532d23d82fcaaeddaac5fdadf7fc5a70cb752d Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 19 Sep 2018 01:54:00 -0400 Subject: app-vim/fugitive: stabilize 2.3 --- app-vim/fugitive/fugitive-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/fugitive/fugitive-2.3.ebuild b/app-vim/fugitive/fugitive-2.3.ebuild index 3ec007ea68be..51d8b9f20974 100644 --- a/app-vim/fugitive/fugitive-2.3.ebuild +++ b/app-vim/fugitive/fugitive-2.3.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then else inherit vcs-snapshot 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" fi DESCRIPTION="vim plugin: a git wrapper for vim" -- cgit v1.2.3-65-gdbad