From ae368c74e429ec0ac6ba6cf8088eb88b68803878 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 30 Dec 2019 02:14:38 -0800 Subject: [PATCH] dev-lang/rust: correct bootstrap dep variable Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev --- dev-lang/rust/rust-1.40.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2