diff --git a/app-editors/helix/helix-0.6.0.ebuild b/app-editors/helix/helix-0.6.0.ebuild index 00b0ac4022..cd8bdb3da9 100644 --- a/app-editors/helix/helix-0.6.0.ebuild +++ b/app-editors/helix/helix-0.6.0.ebuild @@ -207,14 +207,13 @@ KEYWORDS="~amd64" IUSE="doc" DEPEND=" - app-shells/bash dev-vcs/git " RDEPEND=" - app-shells/bash !app-editors/${PN}-bin " +BDEPEND="app-arch/unzip" QA_FLAGS_IGNORED="usr/bin/.*" @@ -287,4 +286,4 @@ src_install() { use doc && dodoc README.md CHANGELOG.md use doc && dodoc -r docs/ cargo_src_install --path helix-term -} \ No newline at end of file +}