Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/fugitive/
Date: Thu, 20 Sep 2018 05:31:35
Message-Id: 1537421451.48532d23d82fcaaeddaac5fdadf7fc5a70cb752d.radhermit@gentoo
1 commit: 48532d23d82fcaaeddaac5fdadf7fc5a70cb752d
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 05:54:00 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 20 05:30:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48532d23
7
8 app-vim/fugitive: stabilize 2.3
9
10 app-vim/fugitive/fugitive-2.3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-vim/fugitive/fugitive-2.3.ebuild b/app-vim/fugitive/fugitive-2.3.ebuild
14 index 3ec007ea68b..51d8b9f2097 100644
15 --- a/app-vim/fugitive/fugitive-2.3.ebuild
16 +++ b/app-vim/fugitive/fugitive-2.3.ebuild
17 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
18 else
19 inherit vcs-snapshot
20 SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21 - KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos"
22 + KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos"
23 fi
24
25 DESCRIPTION="vim plugin: a git wrapper for vim"