dev-lang/rust-bin: remove MULTILIB_COMPAT line
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Mon, 27 Apr 2020 06:55:48 +0000 (23:55 -0700)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Mon, 27 Apr 2020 06:57:11 +0000 (23:57 -0700)
Closes: https://bugs.gentoo.org/719376
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-lang/rust-bin/rust-bin-1.43.0.ebuild

index 2eced9c11b7afe9df337d8a98a1385d515e0a439..377762a91d31240cfd38ccee29659c5c8aaa4f6c 100644 (file)
@@ -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}"