commit: 126535ff201f9d74230c2bab214521fd28d3e2d5
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 10 12:58:22 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 12:58:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=126535ff
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 <AT> gentoo.org>
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 00b0ac402..cd8bdb3da 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
+}