diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-28 19:59:35 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-28 19:59:35 -0400 |
commit | 52c0a9a7377164b6488c3792e48859c848d248f6 (patch) | |
tree | 51bcdfaf6b7959c76e332d4b3ad547ba4d537c4e | |
parent | fa97fe92af99eb44b95a2f5a0f41f4ca065441ad (diff) | |
download | gentoo-overlay-52c0a9a7377164b6488c3792e48859c848d248f6.tar.xz gentoo-overlay-52c0a9a7377164b6488c3792e48859c848d248f6.zip |
virtual/rust: sync
-rw-r--r-- | virtual/rust/rust-1.45.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild index 70a8f33..3af3e6e 100644 --- a/virtual/rust/rust-1.45.2.ebuild +++ b/virtual/rust/rust-1.45.2.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}] )" |