app-editors/helix: add missing dep on unzip

remove dep on system package bash

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-01-10 13:58:22 +01:00
parent 1dd5735e86
commit 126535ff20

View File

@@ -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
}
}