diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-30 02:14:38 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-30 02:14:38 -0800 |
commit | ae368c74e429ec0ac6ba6cf8088eb88b68803878 (patch) | |
tree | ae2fc8b823fc58937387e02ae326d2b9210c5f2b /dev-lang | |
parent | virtual/rust: add multilib for 1.40.0 (diff) | |
download | gentoo-ae368c74e429ec0ac6ba6cf8088eb88b68803878.tar.gz gentoo-ae368c74e429ec0ac6ba6cf8088eb88b68803878.tar.bz2 gentoo-ae368c74e429ec0ac6ba6cf8088eb88b68803878.zip |
dev-lang/rust: correct bootstrap dep variable
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.40.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.40.0-r1.ebuild b/dev-lang/rust/rust-1.40.0-r1.ebuild index aa528ebe8570..12e01dfd209f 100644 --- a/dev-lang/rust/rust-1.40.0-r1.ebuild +++ b/dev-lang/rust/rust-1.40.0-r1.ebuild @@ -60,7 +60,7 @@ LLVM_MAX_SLOT=9 # FIXME: # this should be '>=virtual/rust-1.$(($(ver_cut 2) - 1))', but we can't do it yet # as the first gentoo-built rust that can bootstap new compiler is 1.40.0-r1 -BOOTSTRAP_DEPEND="|| ( =dev-lang/rust-${PF} =dev-lang/rust-bin-${PV}* )" +BOOTSTRAP_DEPEND="|| ( =dev-lang/rust-${PVR} =dev-lang/rust-bin-${PV}* )" COMMON_DEPEND=" sys-libs/zlib |