diff options
author | 2022-06-09 09:36:24 +0200 | |
---|---|---|
committer | 2022-06-09 09:36:24 +0200 | |
commit | 4c90997eba9c2bff15ad9b9825b61bef5463abd4 (patch) | |
tree | bf26db4fee860051414c39beae5ad1ef4df1cc85 /virtual/rust | |
parent | dev-lang/rust-bin: arm64 stable wrt bug #850202 (diff) | |
download | gentoo-4c90997eba9c2bff15ad9b9825b61bef5463abd4.tar.gz gentoo-4c90997eba9c2bff15ad9b9825b61bef5463abd4.tar.bz2 gentoo-4c90997eba9c2bff15ad9b9825b61bef5463abd4.zip |
virtual/rust: arm64 stable wrt bug #850202
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.60.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild index d1d87623d1b3..b8a2ca661547 100644 --- a/virtual/rust/rust-1.60.0.ebuild +++ b/virtual/rust/rust-1.60.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 ~x86" IUSE="rustfmt" BDEPEND="" |