Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gitv/
Date: Fri, 03 Nov 2017 20:18:16
Message-Id: 1509740269.92e35d2c639669dadbdc232e7bd0ae435c91646f.monsieurp@gentoo
1 commit: 92e35d2c639669dadbdc232e7bd0ae435c91646f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 2 22:56:52 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 3 20:17:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e35d2c
7
8 app-vim/gitv: stable for amd64+x86.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-vim/gitv/gitv-1.3.1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/gitv/gitv-1.3.1.ebuild b/app-vim/gitv/gitv-1.3.1.ebuild
16 index a772cbef62f..32b603a8c92 100644
17 --- a/app-vim/gitv/gitv-1.3.1.ebuild
18 +++ b/app-vim/gitv/gitv-1.3.1.ebuild
19 @@ -2,6 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 +
24 inherit vim-plugin
25
26 if [[ ${PV} == 9999 ]]; then
27 @@ -9,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
28 EGIT_REPO_URI="https://github.com/gregsexton/gitv.git"
29 else
30 SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="~amd64 ~x86 ~ppc-macos"
32 + KEYWORDS="amd64 x86 ~ppc-macos"
33 fi
34
35 DESCRIPTION="vim plugin: gitk for vim"
36 @@ -18,7 +19,8 @@ LICENSE="vim"
37
38 VIM_PLUGIN_HELPFILES="gitv"
39
40 -RDEPEND="dev-vcs/git
41 +RDEPEND="
42 + dev-vcs/git
43 app-vim/fugitive"
44
45 src_prepare() {