commit: 66d35c6740c4964f901fca3c5e96e7367ca19823 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sun Jan 6 02:18:51 2019 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sun Jan 6 02:55:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d35c67
app-vim/fugitive: stabilize 2.4 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org> app-vim/fugitive/fugitive-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/fugitive/fugitive-2.4.ebuild b/app-vim/fugitive/fugitive-2.4.ebuild index 3ec007ea68b..51d8b9f2097 100644 --- a/app-vim/fugitive/fugitive-2.4.ebuild +++ b/app-vim/fugitive/fugitive-2.4.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"