virtual/rust: Sync with Gentoo

It's from Gentoo commit 0c77534fd8dd2f47f988a417c94f52d48685a6cb.
This commit is contained in:
Flatcar Buildbot 2024-10-07 07:08:33 +00:00 committed by Krzesimir Nowak
parent 0032a36467
commit b602b90da1

View File

@ -15,6 +15,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="rustfmt profiler"
RDEPEND="|| (
~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
)"