summaryrefslogtreecommitdiff
path: root/dev-vcs/git/git-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git/git-9999.ebuild')
-rw-r--r--dev-vcs/git/git-9999.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
index d83716458f02..9635a818b7e4 100644
--- a/dev-vcs/git/git-9999.ebuild
+++ b/dev-vcs/git/git-9999.ebuild
@@ -150,6 +150,9 @@ PATCHES=(
# demand from developers. It's opt-in (needs a config option)
# and the documentation mentions that it is a Gentoo addition.
"${FILESDIR}"/${PN}-2.50.0-diff-implement-config.diff.renames-copies-harder.patch
+
+ "${FILESDIR}"/${PN}-2.52.0-0001-rust-don-t-pass-quiet-to-cargo.patch
+ "${FILESDIR}"/${PN}-2.52.0-0002-rust-respect-CARGO-environment-variable.patch
)
pkg_setup() {
@@ -162,6 +165,10 @@ pkg_setup() {
if use perforce ; then
python-single-r1_pkg_setup
fi
+
+ if use rust ; then
+ rust_pkg_setup
+ fi
}
src_unpack() {