From: Georgy Yakovlev Date: Mon, 27 Apr 2020 06:55:48 +0000 (-0700) Subject: dev-lang/rust-bin: remove MULTILIB_COMPAT line X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc3350bc96effb470ba4c7514358918f5e033704;p=gentoo.git 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 --- 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}"