Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Mon, 30 Dec 2019 09:59:48
Message-Id: 1577699955.772470aed21cbb55386e12b8cf02d4ffb5be896a.gyakovlev@gentoo
1 commit: 772470aed21cbb55386e12b8cf02d4ffb5be896a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 07:35:12 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 09:59:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772470ae
7
8 virtual/rust: add multilib for 1.40.0
9
10 Closes: https://github.com/gentoo/gentoo/pull/14177
11 Bug: https://bugs.gentoo.org/701362
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 virtual/rust/rust-1.40.0.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/virtual/rust/rust-1.40.0.ebuild b/virtual/rust/rust-1.40.0.ebuild
19 index 64c77a7fa4e..a267eb017c2 100644
20 --- a/virtual/rust/rust-1.40.0.ebuild
21 +++ b/virtual/rust/rust-1.40.0.ebuild
22 @@ -3,6 +3,8 @@
23
24 EAPI=7
25
26 +inherit multilib-build
27 +
28 DESCRIPTION="Virtual for Rust language compiler"
29
30 LICENSE=""
31 @@ -10,4 +12,4 @@ SLOT="0"
32 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
33
34 BDEPEND=""
35 -RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"
36 +RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"