mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -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:=
|
||||
sys-libs/zlib
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-vcs/git
|
||||
"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
||||
|
||||
Reference in New Issue
Block a user