diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-08-04 14:26:34 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-04 14:30:05 +0200 |
commit | 63c20034193dfaef37f6b431c4eb224c4fdf6816 (patch) | |
tree | 52386e054857c45f0290c8dfbfa5927b2406c7f8 /app-vim | |
parent | dev-libs/iksemel: eapi bump to 6 (diff) | |
download | gentoo-63c20034193dfaef37f6b431c4eb224c4fdf6816.tar.gz gentoo-63c20034193dfaef37f6b431c4eb224c4fdf6816.tar.bz2 gentoo-63c20034193dfaef37f6b431c4eb224c4fdf6816.zip |
app-vim/vim-tmux: remove dependency 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')
-rw-r--r-- | app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 1 |
1 files changed, 0 insertions, 1 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 4195dc9871ea..9e01b7d7fffd 100644 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild @@ -10,4 +10,3 @@ 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" -DEPEND="app-misc/tmux" |