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/vim-tmux/
Date: Thu, 03 Aug 2017 20:11:29
Message-Id: 1501791082.04254cabdc9ff10a0f23f9b90d8d5f05d94c61d5.monsieurp@gentoo
1 commit: 04254cabdc9ff10a0f23f9b90d8d5f05d94c61d5
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 3 20:10:47 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 3 20:11:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04254cab
7
8 app-vim/vim-tmux: keyword for a bunch of arches.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 15 +++------------
13 1 file changed, 3 insertions(+), 12 deletions(-)
14
15 diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
16 index 059fd5d5223..4195dc9871e 100644
17 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
18 +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,14 +9,5 @@ DESCRIPTION="vim plugin: tmux support for vim"
26 HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
27 SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
28 LICENSE="vim.org"
29 -KEYWORDS="amd64 ppc ppc64 x86"
30 -
31 -DEPEND="
32 - app-misc/tmux
33 - app-arch/unzip"
34 -
35 -RDEPEND="${DEPEND}"
36 -
37 -src_compile() {
38 - :;
39 -}
40 +KEYWORDS="amd64 ppc ppc64 x86 ~ia64 ~arm ~mips ~sparc ~alpha ~hppa"
41 +DEPEND="app-misc/tmux"