diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-17 09:23:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-17 09:23:52 +0200 |
commit | 4f01d299f1b4e23e3b8512356199ea99ee5277b9 (patch) | |
tree | a5ce2c3cd392c75cfd5b93ce257fc27b5807e590 /virtual/rust | |
parent | dev-lang/rust-bin: x86 stable wrt bug #796269 (diff) | |
download | gentoo-4f01d299f1b4e23e3b8512356199ea99ee5277b9.tar.gz gentoo-4f01d299f1b4e23e3b8512356199ea99ee5277b9.tar.bz2 gentoo-4f01d299f1b4e23e3b8512356199ea99ee5277b9.zip |
virtual/rust: x86 stable wrt bug #796269
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.52.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild index ce83ce227db6..9860c54fb951 100644 --- a/virtual/rust/rust-1.52.1.ebuild +++ b/virtual/rust/rust-1.52.1.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}] )" |