diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-16 08:52:23 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-16 08:52:23 +0200 |
commit | 099dbdb92805464b776553758d7ea648e5f88048 (patch) | |
tree | 4bf8e2e337154cc9cb017114de165c0df04abedd /virtual | |
parent | dev-lang/rust-bin: amd64 stable wrt bug #796269 (diff) | |
download | gentoo-099dbdb92805464b776553758d7ea648e5f88048.tar.gz gentoo-099dbdb92805464b776553758d7ea648e5f88048.tar.bz2 gentoo-099dbdb92805464b776553758d7ea648e5f88048.zip |
virtual/rust: amd64 stable wrt bug #796269
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual')
-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 a5559403e592..5c34bc8ee0d3 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}] )" |