From 907c3adc19d8e5010dcb2e010858907e6d390027 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Tue, 12 Sep 2017 22:40:44 +0200 Subject: 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 2844ea9d995e..828a45310e9d 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" -- cgit v1.2.3-65-gdbad