summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-01-31 19:41:36 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-02-01 09:46:59 +0100
commit9c708259c59e0b607623bcde274183543a73472a (patch)
tree55bb4c5b34ea6fc8c53e59202e6478b21ad88f39 /app-misc/tmux/tmux-9999.ebuild
parentapp-vim/vim-tmux: keyword for arm/ia64/alpha platforms. (diff)
downloadgentoo-9c708259c59e0b607623bcde274183543a73472a.tar.gz
gentoo-9c708259c59e0b607623bcde274183543a73472a.tar.bz2
gentoo-9c708259c59e0b607623bcde274183543a73472a.zip
app-misc/tmux: fix vim-syntax USE flag meaning.
Install app-vim/tmux-vim, which contains tmux vim files, instead of plain app-editors/vim. Closes: https://bugs.gentoo.org/667550 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-misc/tmux/tmux-9999.ebuild')
-rw-r--r--app-misc/tmux/tmux-9999.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
index 30b2bd54a86b..103653e26eb7 100644
--- a/app-misc/tmux/tmux-9999.ebuild
+++ b/app-misc/tmux/tmux-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,8 +7,7 @@ inherit autotools git-r3 flag-o-matic versionator
DESCRIPTION="Terminal multiplexer"
HOMEPAGE="https://tmux.github.io/"
-SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b
-vim-syntax? ( https://raw.githubusercontent.com/keith/tmux.vim/95f6126c187667cc7f9c573c45c3b356cf69f4ca/syntax/tmux.vim -> tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca )"
+SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b"
EGIT_REPO_URI="https://github.com/tmux/tmux.git"
LICENSE="ISC"
@@ -31,12 +30,7 @@ DEPEND="
RDEPEND="
${CDEPEND}
selinux? ( sec-policy/selinux-screen )
- vim-syntax? (
- || (
- app-editors/vim
- app-editors/gvim
- )
- )"
+ vim-syntax? ( app-vim/vim-tmux )"
DOCS=( CHANGES README TODO )