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: Fri, 01 Feb 2019 08:48:10
Message-Id: 1549010775.57873888bcf27db3033590b162749c242ae705e7.monsieurp@gentoo
1 commit: 57873888bcf27db3033590b162749c242ae705e7
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 30 19:31:30 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 1 08:46:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57873888
7
8 app-vim/vim-tmux: remove unused RDEPEND.
9
10 As per comment above RDEPEND line.
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 7 +------
16 1 file changed, 1 insertion(+), 6 deletions(-)
17
18 diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
19 index ab382fc6fe5..a189820f05f 100644
20 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
21 +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,8 +10,3 @@ HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
29 SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 LICENSE="vim.org"
31 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd"
32 -
33 -# Bug 603526.
34 -# Remove this line once this version is marked stable
35 -# and the old ones are gone.
36 -RDEPEND="!<app-misc/tmux-2.5-r2"