app-vim/fugitive: stabilize 2.3
authorTim Harder <radhermit@gentoo.org>
Wed, 19 Sep 2018 05:54:00 +0000 (01:54 -0400)
committerTim Harder <radhermit@gentoo.org>
Thu, 20 Sep 2018 05:30:51 +0000 (01:30 -0400)
app-vim/fugitive/fugitive-2.3.ebuild

index 3ec007ea68bee1256ea8f987a51559e76c201a18..51d8b9f2097424563d6c9c8d6656f6d7b360e343 100644 (file)
@@ -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"