aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro01eg <o01eg@yandex.ru>2020-08-31 22:06:38 +0300
committerMikhail Pukhlikov <cynede@gentoo.org>2020-09-01 10:09:22 +0400
commitcc2208c51917e8e0ce9104f5d79a3100fc504dd4 (patch)
tree17fd148fddfbee53cb4692811a386be5c5dc8052 /virtual
parentrust (diff)
downloadrust-cc2208c51917e8e0ce9104f5d79a3100fc504dd4.tar.gz
rust-cc2208c51917e8e0ce9104f5d79a3100fc504dd4.tar.bz2
rust-cc2208c51917e8e0ce9104f5d79a3100fc504dd4.zip
Update dev-lang/rust-9999 and virtual/rust-9999
Closes: https://github.com/gentoo/gentoo-rust/pull/501 Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/rust/rust-9999.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/virtual/rust/rust-9999.ebuild b/virtual/rust/rust-9999.ebuild
index 8e78f71..3627fb6 100644
--- a/virtual/rust/rust-9999.ebuild
+++ b/virtual/rust/rust-9999.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
+
+inherit multilib-build
DESCRIPTION="Virtual for Rust language compiler"
HOMEPAGE=""
@@ -11,5 +13,5 @@ LICENSE=""
SLOT="0"
KEYWORDS=""
-DEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PVR}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}*[${MULTILIB_USEDEP}] )"