summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-04-26 23:55:48 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-04-26 23:57:11 -0700
commitbc3350bc96effb470ba4c7514358918f5e033704 (patch)
tree201d120a47b8c4427fddac87be1f05c0ce16d7b7
parentapp-emulation/qemu: drop old, bug #719266 (diff)
downloadgentoo-bc3350bc96effb470ba4c7514358918f5e033704.tar.gz
gentoo-bc3350bc96effb470ba4c7514358918f5e033704.tar.bz2
gentoo-bc3350bc96effb470ba4c7514358918f5e033704.zip
dev-lang/rust-bin: remove MULTILIB_COMPAT line
Closes: https://bugs.gentoo.org/719376 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--dev-lang/rust-bin/rust-bin-1.43.0.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.43.0.ebuild b/dev-lang/rust-bin/rust-bin-1.43.0.ebuild
index 2eced9c11b7a..377762a91d31 100644
--- a/dev-lang/rust-bin/rust-bin-1.43.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.43.0.ebuild
@@ -3,8 +3,6 @@
EAPI=7
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
inherit bash-completion-r1 rust-toolchain toolchain-funcs multilib-minimal
MY_P="rust-${PV}"