diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-27 16:02:56 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-27 16:02:56 -0500 |
commit | ebe59b945f2aaa62ea0daa2f3847df4fe836e1f6 (patch) | |
tree | 69a8dfa4822ab2df622f19c34c99bacfa3592001 | |
parent | 459d010c403e0f32e0de51ff9ed653588f683a24 (diff) | |
download | gentoo-overlay-ebe59b945f2aaa62ea0daa2f3847df4fe836e1f6.tar.xz gentoo-overlay-ebe59b945f2aaa62ea0daa2f3847df4fe836e1f6.zip |
virtual/rust: sync
-rw-r--r-- | virtual/rust/rust-1.48.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.48.0.ebuild b/virtual/rust/rust-1.48.0.ebuild index 61df384..512180f 100644 --- a/virtual/rust/rust-1.48.0.ebuild +++ b/virtual/rust/rust-1.48.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}] )" |