diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-10-07 08:09:54 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-10-07 08:09:54 -0400 |
commit | 4bc59a6c2de3a56c724992e463a25e6cbac4a825 (patch) | |
tree | 850e86f34721a79d73a1a880ac55c2eb7ead088d /virtual | |
parent | 120daad40c18c9e4a944fb4f8c0d6b30ff96b963 (diff) | |
download | gentoo-overlay-4bc59a6c2de3a56c724992e463a25e6cbac4a825.tar.xz gentoo-overlay-4bc59a6c2de3a56c724992e463a25e6cbac4a825.zip |
virtual/rust: sync
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.46.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild index 61df384..3af3e6e 100644 --- a/virtual/rust/rust-1.46.0.ebuild +++ b/virtual/rust/rust-1.46.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86" BDEPEND="" RDEPEND="|| ( ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )" |