commit: 907c3adc19d8e5010dcb2e010858907e6d390027
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 20:40:44 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 20:50:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907c3adc
vim-spell.eclass: do not DEPEND on app-editors/{,g}vim.
Gentoo-Bug: https://bugs.gentoo.org/469414
eclass/vim-spell.eclass | 4 ----
1 file changed, 4 deletions(-)
diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass
index 2844ea9d995..828a45310e9 100644
--- a/eclass/vim-spell.eclass
+++ b/eclass/vim-spell.eclass
@@ -66,10 +66,6 @@ inherit eutils
EXPORT_FUNCTIONS src_install pkg_postinst
-IUSE=""
-DEPEND="|| ( >=app-editors/vim-7_alpha
- >=app-editors/gvim-7_alpha )"
-RDEPEND="${DEPEND}"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
SLOT="0"