summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-09 11:49:47 -0700
committerMatt Turner <mattst88@gentoo.org>2020-05-09 11:50:31 -0700
commitff847fd1b212359109b301db4e349a433ad604d3 (patch)
treeb9110dcebed77008180220d24b10922e20e36e09 /dev-util/catalyst
parentdev-lang/go: turn on bash tracing for build step (diff)
downloadgentoo-ff847fd1b212359109b301db4e349a433ad604d3.tar.gz
gentoo-ff847fd1b212359109b301db4e349a433ad604d3.tar.bz2
gentoo-ff847fd1b212359109b301db4e349a433ad604d3.zip
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 <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r--dev-util/catalyst/catalyst-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
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 )