aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cargo-ebuild-template.tera')
-rw-r--r--cargo-ebuild-template.tera5
1 files changed, 4 insertions, 1 deletions
diff --git a/cargo-ebuild-template.tera b/cargo-ebuild-template.tera
index 7751819..029f38c 100644
--- a/cargo-ebuild-template.tera
+++ b/cargo-ebuild-template.tera
@@ -18,7 +18,10 @@ DEPEND="
net-libs/libssh2:=
"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ ${DEPEND}
+ virtual/rust
+"
QA_FLAGS_IGNORED="usr/bin/cargo-ebuild"
{% endblock %}