aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCynede <cynede@gentoo.org>2018-11-16 15:06:44 +0400
committerCynede <cynede@gentoo.org>2018-11-16 15:06:44 +0400
commita9d61db860bf053a27794a9b985136180f76a7d5 (patch)
tree59f255e703c961749852e7cb4e522ef1aaae177a /app-editors/xi-core
parentresolve conflicts with tree versions (diff)
downloadrust-a9d61db860bf053a27794a9b985136180f76a7d5.tar.gz
rust-a9d61db860bf053a27794a9b985136180f76a7d5.tar.bz2
rust-a9d61db860bf053a27794a9b985136180f76a7d5.zip
rework CARGO_FETCH_CRATES, remove fetch-crates use flag, bump cargo
Diffstat (limited to 'app-editors/xi-core')
-rw-r--r--app-editors/xi-core/xi-core-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-editors/xi-core/xi-core-9999.ebuild b/app-editors/xi-core/xi-core-9999.ebuild
index 47c4143..509ec17 100644
--- a/app-editors/xi-core/xi-core-9999.ebuild
+++ b/app-editors/xi-core/xi-core-9999.ebuild
@@ -5,6 +5,8 @@ EAPI=7
inherit cargo git-r3
+CARGO_FETCH_CRATES=yes
+
DESCRIPTION="A modern editor with a backend written in Rust"
HOMEPAGE="https://xi-editor.github.io/xi-editor/"