mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -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"
|
IUSE="doc"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
app-shells/bash
|
|
||||||
dev-vcs/git
|
dev-vcs/git
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-shells/bash
|
|
||||||
!app-editors/${PN}-bin
|
!app-editors/${PN}-bin
|
||||||
"
|
"
|
||||||
|
BDEPEND="app-arch/unzip"
|
||||||
|
|
||||||
QA_FLAGS_IGNORED="usr/bin/.*"
|
QA_FLAGS_IGNORED="usr/bin/.*"
|
||||||
|
|
||||||
@@ -287,4 +286,4 @@ src_install() {
|
|||||||
use doc && dodoc README.md CHANGELOG.md
|
use doc && dodoc README.md CHANGELOG.md
|
||||||
use doc && dodoc -r docs/
|
use doc && dodoc -r docs/
|
||||||
cargo_src_install --path helix-term
|
cargo_src_install --path helix-term
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user