mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-vcs/jj: Add git to RDEPEND
As of 0.27, jj shells out by default for git operations, and thus requires git at runtime. Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
@@ -498,7 +498,10 @@ DEPEND="
|
|||||||
net-libs/libssh2:=
|
net-libs/libssh2:=
|
||||||
sys-libs/zlib
|
sys-libs/zlib
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
dev-vcs/git
|
||||||
|
"
|
||||||
|
|
||||||
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user