commit: ff847fd1b212359109b301db4e349a433ad604d3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat May 9 18:49:47 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat May 9 18:50:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff847fd1
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 <AT> gentoo.org>
dev-util/catalyst/catalyst-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-util/catalyst/catalyst-9999.ebuild
b/dev-util/catalyst/catalyst-9999.ebuild
index 89afd4a5529..e50d1271d9a 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 )