From: Matt Turner Date: Sat, 9 May 2020 18:49:47 +0000 (-0700) Subject: dev-util/catalyst: Add dependency on dev-vcs/git X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff847fd1b212359109b301db4e349a433ad604d3;p=gentoo.git dev-util/catalyst: Add dependency on dev-vcs/git Catalyst uses git in the snapshot target, and I forgot to add the dependency when I added squashfs-tools-ng (the other new dependency). Signed-off-by: Matt Turner --- diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 89afd4a55294..e50d1271d9a4 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -37,6 +37,7 @@ RDEPEND=" >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}] app-arch/lbzip2 app-arch/tar[xattr] + dev-vcs/git sys-fs/dosfstools sys-fs/squashfs-tools-ng ccache? ( dev-util/ccache )