From 126535ff201f9d74230c2bab214521fd28d3e2d5 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 10 Jan 2022 13:58:22 +0100 Subject: [PATCH] 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 --- app-editors/helix/helix-0.6.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 +}