dev-lang/rust: correct bootstrap dep variable
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Mon, 30 Dec 2019 10:14:38 +0000 (02:14 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Mon, 30 Dec 2019 10:14:38 +0000 (02:14 -0800)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-lang/rust/rust-1.40.0-r1.ebuild

index aa528ebe85705936c9216bb74d5dcee40cad9046..12e01dfd209f73f873730622b3a7dfade4b882d9 100644 (file)
@@ -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