diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-08-05 12:06:17 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-05 12:07:35 +0200 |
commit | 510fb8ff0e10a7702dda487f7c550b69078f22e8 (patch) | |
tree | db36cf68f630fa53852269f33f7c0cf4a277189e /app-vim/vim-tmux | |
parent | net-analyzer/ripe-atlas-tools: x86 stable (diff) | |
download | gentoo-510fb8ff0e10a7702dda487f7c550b69078f22e8.tar.gz gentoo-510fb8ff0e10a7702dda487f7c550b69078f22e8.tar.bz2 gentoo-510fb8ff0e10a7702dda487f7c550b69078f22e8.zip |
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
Diffstat (limited to 'app-vim/vim-tmux')
-rw-r--r-- | app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 9e01b7d7fffd..4661b2e001c3 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" |