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: Sat, 05 Aug 2017 10:07:43
Message-Id: 1501927655.510fb8ff0e10a7702dda487f7c550b69078f22e8.monsieurp@gentoo
1 commit: 510fb8ff0e10a7702dda487f7c550b69078f22e8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 5 10:06:17 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 5 10:07:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510fb8ff
7
8 app-vim/vim-tmux: add a blocker on app-misc/tmux.
9
10 Gentoo-Bug: https://bugs.gentoo.org/603526
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
18 index 9e01b7d7fff..4661b2e001c 100644
19 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
20 +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
21 @@ -10,3 +10,8 @@ HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
22 SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
23 LICENSE="vim.org"
24 KEYWORDS="amd64 ppc ppc64 x86 ~ia64 ~arm ~mips ~sparc ~alpha ~hppa"
25 +
26 +# Bug 603526.
27 +# Remove this line once this version is marked stable
28 +# and the old ones are gone.
29 +RDEPEND="!<app-misc/tmux-2.5-r2"