mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user