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