From b3114e48e55d1307e2e1e36634710c5e45b52237 Mon Sep 17 00:00:00 2001 From: demize Date: Thu, 6 Mar 2025 20:41:58 -0500 Subject: [PATCH] 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 --- dev-vcs/jj/{jj-0.27.0.ebuild => jj-0.27.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename dev-vcs/jj/{jj-0.27.0.ebuild => jj-0.27.0-r1.ebuild} (99%) diff --git a/dev-vcs/jj/jj-0.27.0.ebuild b/dev-vcs/jj/jj-0.27.0-r1.ebuild similarity index 99% rename from dev-vcs/jj/jj-0.27.0.ebuild rename to dev-vcs/jj/jj-0.27.0-r1.ebuild index 9cb5daa175..b7f2bf9311 100644 --- a/dev-vcs/jj/jj-0.27.0.ebuild +++ b/dev-vcs/jj/jj-0.27.0-r1.ebuild @@ -498,7 +498,10 @@ DEPEND=" net-libs/libssh2:= sys-libs/zlib " -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + dev-vcs/git +" QA_FLAGS_IGNORED="usr/bin/${PN}"