From: Georgy Yakovlev Date: Mon, 30 Dec 2019 07:35:12 +0000 (-0800) Subject: virtual/rust: add multilib for 1.40.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=772470aed21cbb55386e12b8cf02d4ffb5be896a;p=gentoo.git virtual/rust: add multilib for 1.40.0 Closes: https://github.com/gentoo/gentoo/pull/14177 Bug: https://bugs.gentoo.org/701362 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev --- diff --git a/virtual/rust/rust-1.40.0.ebuild b/virtual/rust/rust-1.40.0.ebuild index 64c77a7fa4e9..a267eb017c2d 100644 --- a/virtual/rust/rust-1.40.0.ebuild +++ b/virtual/rust/rust-1.40.0.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit multilib-build + DESCRIPTION="Virtual for Rust language compiler" LICENSE="" @@ -10,4 +12,4 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" BDEPEND="" -RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" +RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"