Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Mon, 30 Dec 2019 10:15:03
Message-Id: 1577700878.ae368c74e429ec0ac6ba6cf8088eb88b68803878.gyakovlev@gentoo
1 commit: ae368c74e429ec0ac6ba6cf8088eb88b68803878
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 10:14:38 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 10:14:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae368c74
7
8 dev-lang/rust: correct bootstrap dep variable
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.40.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/rust/rust-1.40.0-r1.ebuild b/dev-lang/rust/rust-1.40.0-r1.ebuild
17 index aa528ebe857..12e01dfd209 100644
18 --- a/dev-lang/rust/rust-1.40.0-r1.ebuild
19 +++ b/dev-lang/rust/rust-1.40.0-r1.ebuild
20 @@ -60,7 +60,7 @@ LLVM_MAX_SLOT=9
21 # FIXME:
22 # this should be '>=virtual/rust-1.$(($(ver_cut 2) - 1))', but we can't do it yet
23 # as the first gentoo-built rust that can bootstap new compiler is 1.40.0-r1
24 -BOOTSTRAP_DEPEND="|| ( =dev-lang/rust-${PF} =dev-lang/rust-bin-${PV}* )"
25 +BOOTSTRAP_DEPEND="|| ( =dev-lang/rust-${PVR} =dev-lang/rust-bin-${PV}* )"
26
27 COMMON_DEPEND="
28 sys-libs/zlib