diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-09-12 22:40:44 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-12 22:50:31 +0200 |
commit | 907c3adc19d8e5010dcb2e010858907e6d390027 (patch) | |
tree | 4266979629e49bf0bd00866ec34096843f976a3f /eclass | |
parent | kde-plasma: Drop KDE Plasma 5.10.4 (diff) | |
download | gentoo-907c3adc19d8e5010dcb2e010858907e6d390027.tar.gz gentoo-907c3adc19d8e5010dcb2e010858907e6d390027.tar.bz2 gentoo-907c3adc19d8e5010dcb2e010858907e6d390027.zip |
vim-spell.eclass: do not DEPEND on app-editors/{,g}vim.
Gentoo-Bug: https://bugs.gentoo.org/469414
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim-spell.eclass | 4 |
1 files changed, 0 insertions, 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" |