diff options
author | Sam James <sam@gentoo.org> | 2021-07-31 05:13:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 05:13:12 +0100 |
commit | 818b9b1a0273633c9fb42fc285fbf7e89c72314c (patch) | |
tree | 3affe67bd7bc9ced8f144530c172696e2548e07e /virtual/rust | |
parent | dev-lang/rust: Stabilize 1.53.0 x86, #803335 (diff) | |
download | gentoo-818b9b1a0273633c9fb42fc285fbf7e89c72314c.tar.gz gentoo-818b9b1a0273633c9fb42fc285fbf7e89c72314c.tar.bz2 gentoo-818b9b1a0273633c9fb42fc285fbf7e89c72314c.zip |
virtual/rust: Stabilize 1.53.0 x86, #803335
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.53.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild index 0c76b23631b9..f30cb07276fb 100644 --- a/virtual/rust/rust-1.53.0.ebuild +++ b/virtual/rust/rust-1.53.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86" BDEPEND="" RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )" |