summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-08-02 23:58:37 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-08-02 23:58:54 +0200
commit5b9824844daa92022390d477bddfa5b129c6619d (patch)
tree71fc49483b11a578f18a47ed41a26b3f28355a64 /app-vim
parentkde-apps/k3b: Add missing flac REQUIRED_USE (diff)
downloadgentoo-5b9824844daa92022390d477bddfa5b129c6619d.tar.gz
gentoo-5b9824844daa92022390d477bddfa5b129c6619d.tar.bz2
gentoo-5b9824844daa92022390d477bddfa5b129c6619d.zip
app-vim/unite: add blocker on app-vim/neocomplcache.
Gentoo-Bug: https://bugs.gentoo.org/454838 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/unite/unite-4.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/unite/unite-4.0-r1.ebuild b/app-vim/unite/unite-4.0-r1.ebuild
index 105129fa99e8..000a1b6c8eda 100644
--- a/app-vim/unite/unite-4.0-r1.ebuild
+++ b/app-vim/unite/unite-4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,6 +9,7 @@ DESCRIPTION="vim plugin: unite all sources"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396"
LICENSE="MIT"
KEYWORDS="amd64 x86"
-IUSE=""
VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+RDEPEND="!app-vim/neocomplcache"